ACSRawOutgoingVideoStreamOptions Class
Declaration
@interface ACSRawOutgoingVideoStreamOptions : NSObject;
Description
Defines the options required for creating a virtual video device. Changes to RawOutgoingVideoStreamOptions do not affect previously created virtual video devices.
Methods
init
Default constructor
-(instancetype)init;
Properties
formats
Returns an array of the video formats supported by the virtual video stream
@property (copy, nonnull) NSArray<ACSVideoStreamFormat *> * formats;