ACSRawVideoFrame-klass
Förklaring
@interface ACSRawVideoFrame : NSObject;
Description
Information om videoramen
Metoder
ta bort
Ta bort tunga resurser
-(void)dispose;
Egenskaper
typ
Informerar om hur videorutor kommer att vara tillgängliga för kodning eller avkodning.
@property (readonly) ACSRawVideoFrameType type;
streamFormat
Information om 4CC som används på den här videoramen
@property (retain, nonnull) ACSVideoStreamFormat * streamFormat;
timestampInTicks
tidpunkt då videoramen skapades
@property int64_t timestampInTicks;