ACSRawVideoFrameBuffer Class

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;