ACSRemoteIncomingAudioStream Class

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;