ACSRemoteIncomingAudioStream 클래스
선언
@interface ACSRemoteIncomingAudioStream : ACSIncomingAudioStream;
Description
재생을 위해 물리적 디바이스를 활용하는 오디오 스트림
메서드
init
기본 생성자
-(instancetype)init;
속성
대리자(delegate)
이 ACSRemoteIncomingAudioStream instance 이벤트를 수신하기 위해 제공하는 개체입니다.
@property(nonatomic, assign) id<ACSRemoteIncomingAudioStreamDelegate> delegate;