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 ACSRawOutgoingAudioStreamOptions : ACSRawAudioStreamOptions;
Description
Options required for initializing a RawOutgoingAudioStream
Methods
init
Default constructor
-(instancetype)init;
Properties
properties
Raw Outgoing Audio Properties needed for initializing a RawOutgoingAudioStream
@property (retain, nonnull) ACSRawOutgoingAudioStreamProperties * properties;