ACSRawIncomingVideoStream Class

Declaration

@interface ACSRawIncomingVideoStream : ACSIncomingVideoStream;

Description

Representation of a remote CallVideoStream using raw data (bytes)

Methods

start

Start receiving frames

-(void)start;

stop

Stop receiving frames

-(void)stop;

Properties

delegate

An object you provide to receive events from this ACSRawIncomingVideoStream instance.

@property(nonatomic, assign) id<ACSRawIncomingVideoStreamDelegate> delegate;