다음을 통해 공유


ACSCallAudioStream 클래스

선언

@interface ACSCallAudioStream : NSObject;

Description

모든 Audio Stream 개체에 대한 기본 클래스

메서드

속성

type

오디오 Stream 종류를 알 수 있습니다.

@property (readonly) ACSAudioStreamType type;

state

오디오 Stream 상태를 알 수 있습니다.

@property (readonly) ACSAudioStreamState state;

direction

오디오가 들어오거나 나가는지 여부를 알 수 있습니다.

@property (readonly) ACSStreamDirection direction;