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 ACSLocalOutgoingAudioStream : ACSOutgoingAudioStream;
Description
Local (Physical device) Audio Stream
Methods
init
Default constructor
-(instancetype)init;
Properties
delegate
An object you provide to receive events from this ACSLocalOutgoingAudioStream instance.
@property(nonatomic, assign) id<ACSLocalOutgoingAudioStreamDelegate> delegate;