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 ACSRemoteIncomingAudioStream : ACSIncomingAudioStream;
Description
An audio stream that utilizes physical device for playback
Methods
init
Default constructor
-(instancetype)init;
Properties
delegate
An object you provide to receive events from this ACSRemoteIncomingAudioStream instance.
@property(nonatomic, assign) id<ACSRemoteIncomingAudioStreamDelegate> delegate;