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 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;