luxlabs header browser preview


@class KNLiveVideoSource, NSString, NSUUID, TSDInfoGeometry, TSDFill, TSDMediaStyle, NSObject, TSPData, TSPObject;
@protocol TSDInfo, TSDOwningAttachment;

@interface KNLiveVideoInfo : TSDStyledInfo <TSDDrawableInfoCustomUnarchivingSubclassProviding, TSDMixing, TSAPdfTaggerIgnorable> {
    TSDMediaStyle *_style;
    double _scale;
    struct CGPoint { double x; double y; } _normalizedOffset;
    long long _maskKind;
    double _maskCornerRadius;
    long long _backgroundKind;
    TSDFill *_backgroundFill;
    TSPData *_archivedMoviePosterImageData;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (copy, nonatomic) NSUUID *i_sourceId;
@property (nonatomic) long long i_archivedMaskKind;
@property (nonatomic) long long i_archivedBackgroundKind;
@property (retain, nonatomic) KNLiveVideoSource *source;
@property (nonatomic) double scale;
@property (nonatomic) struct CGPoint { double x0; double x1; } normalizedOffset;
@property (nonatomic) long long maskKind;
@property (readonly, nonatomic) long long effectiveMaskKind;
@property (nonatomic) double maskCornerRadius;
@property (nonatomic) long long backgroundKind;
@property (readonly, nonatomic) long long effectiveBackgroundKind;
@property (copy, nonatomic) TSDFill *backgroundFill;
@property (nonatomic) BOOL isPlaceholder;
@property (readonly, nonatomic) BOOL shouldBeIgnoredByPDFTagger;
@property (copy, nonatomic) TSDInfoGeometry *geometry;
@property (nonatomic) NSObject<TSDInfo> *parentInfo;
@property (nonatomic) TSPObject<TSDOwningAttachment> *owningAttachment;
@property (readonly, nonatomic) TSPObject<TSDOwningAttachment> *owningAttachmentNoRecurse;
@property (readonly, nonatomic, getter=isFloatingAboveText) BOOL floatingAboveText;
@property (readonly, nonatomic, getter=isAnchoredToText) BOOL anchoredToText;
@property (readonly, nonatomic, getter=isInlineWithText) BOOL inlineWithText;
@property (readonly, nonatomic, getter=isInlineWithTextWithWrap) BOOL inlineWithTextWithWrap;
@property (readonly, nonatomic, getter=isAttachedToBodyText) BOOL attachedToBodyText;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (nonatomic) BOOL matchesObjectPlaceholderGeometry;

+ (Class)drawableInfoSubclassForClass:(Class)a0 unarchiver:(id)a1;
+ (long long)i_backgroundKindForArchivedBackgroundKind:(long long)a0;
+ (id)i_makeArchivedMoviePosterImageDataWithContext:(id)a0;

- (id)typeName;
- (void)setStyle:(id)a0;
- (void).cxx_destruct;
- (id)objectForProperty:(int)a0;
- (id)style;
- (Class)layoutClass;
- (unsigned int)elementKind;
- (void)acceptVisitor:(id)a0;
- (BOOL)containsProperty:(int)a0;
- (Class)repClass;
- (id)initWithContext:(id)a0 geometry:(id)a1 style:(id)a2;
- (id)animationFilters;
- (BOOL)canAspectRatioLockBeChangedByUser;
- (double)doubleValueForProperty:(int)a0;
- (int)intValueForProperty:(int)a0;
- (id)mixedObjectWithFraction:(double)a0 ofObject:(id)a1;
- (id)presetKind;
- (Class)styleClass;
- (id)styleIdentifierTemplateForNewPreset;
- (void)saveToArchiver:(id)a0;
- (BOOL)allowsCaption;
- (BOOL)allowsTitle;
- (id)defaultDescriptiveName;
- (long long)effectiveMaskKindForGeometry:(id)a0;
- (BOOL)isAllowedInGroups;
- (void)loadFromArchive:(const void *)a0 unarchiver:(id)a1;
- (void)loadFromUnarchiver:(id)a0;
- (long long)mixingTypeWithObject:(id)a0 context:(id)a1;
- (void)p_updateSlideNodeLiveVideoSourceUsage;
- (id)pastedPropertyMapForStyle:(id)a0 tailLineEndInfo:(int)a1;
- (void)saveToArchive:(void *)a0 archiver:(id)a1;
- (BOOL)shouldShowInPrint;
- (BOOL)supportsUserInteractionWhenVisibleInAnimation;

@end