ACSVirtualOutgoingVideoStream Class

Declaration

@interface ACSVirtualOutgoingVideoStream : ACSRawOutgoingVideoStream;

Description

Virtual stream information

Methods

init

Constructor used to create an instance of a stream that send's generated frames from external sources

-(instancetype)init:(ACSRawOutgoingVideoStreamOptions *)videoStreamOptions;

Parameters

  • videoStreamOptions - Video options to be used on order to send the frames properly.

Properties

delegate

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

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