다음을 통해 공유


ACSIncomingAudioStatistics 클래스

선언

@interface ACSIncomingAudioStatistics : NSObject;

Description

통화에 대해 들어오는 오디오 미디어 통계를 나타냅니다.

메서드

속성

codecName

코덱 이름입니다.

@property (retain, nonnull, readonly) NSString * codecName;

jitterInMs

평균 패킷 지터(밀리초)입니다.

@property (nullable, readonly) NSNumber * jitterInMs NS_REFINED_FOR_SWIFT;

packetsPerSecond

패킷 속도(패킷/s).

@property (nullable, readonly) NSNumber * packetsPerSecond NS_REFINED_FOR_SWIFT;

packetsLostPerSecond

패킷 손실률(패킷/초)입니다.

@property (nullable, readonly) NSNumber * packetsLostPerSecond NS_REFINED_FOR_SWIFT;

streamId

미디어 유형/방향이 동일한 여러 스트림이 있는 경우를 구분하는 데 사용되는 식별자입니다.

@property (nullable, readonly) NSNumber * streamId NS_REFINED_FOR_SWIFT;