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 ACSRawVideoFrameBuffer : ACSRawVideoFrame;
Description
Hold's video frame data as a buffer
Methods
init
Default constructor
-(instancetype)init;
Properties
buffer
The memory storage for an image buffer.
@property CVPixelBufferRef _Nonnull buffer;