Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@interface ACSRawVideoFrame : NSObject;
Description
Information about the video frame
Methods
dispose
Dispose heavy resources
-(void)dispose;
Properties
type
Informs how video frames will be available for encoding or decoding.
@property (readonly) ACSRawVideoFrameType type;
streamFormat
Information about the 4CC used on this video frame
@property (retain, nonnull) ACSVideoStreamFormat * streamFormat;
timestampInTicks
time when the video frame was created
@property int64_t timestampInTicks;