선언
@interface ACSIncomingVideoStatistics : NSObject;
Description
통화에 대한 수신 비디오 미디어 통계를 나타냅니다.
메서드
속성
코덱 이름
코덱 이름.
@property (retain, nonnull, readonly) NSString * codecName;
비트 전송률
초당 비트 전송률입니다.
@property (nullable, readonly) NSNumber * bitrate NS_REFINED_FOR_SWIFT;
지터InMs
평균 패킷 지터(밀리초)입니다.
@property (nullable, readonly) NSNumber * jitterInMs NS_REFINED_FOR_SWIFT;
패킷당
패킷 속도(패킷/초).
@property (nullable, readonly) NSNumber * packetsPerSecond NS_REFINED_FOR_SWIFT;
패킷 손실당 초
패킷 손실률(패킷/초).
@property (nullable, readonly) NSNumber * packetsLostPerSecond NS_REFINED_FOR_SWIFT;
스트림 ID
동일한 미디어 유형/방향을 가진 여러 스트림이 있는 경우를 구별하는 데 사용되는 식별자입니다.
@property (nullable, readonly) NSNumber * streamId NS_REFINED_FOR_SWIFT;
프레임 속도수신
RTP 스트림에서 수신된 프레임 속도(프레임/초).
@property (nullable, readonly) NSNumber * frameRateReceived NS_REFINED_FOR_SWIFT;
프레임 너비수신
디코딩된 프레임의 프레임 너비(픽셀)입니다.
@property (nullable, readonly) NSNumber * frameWidthReceived NS_REFINED_FOR_SWIFT;
프레임 높이수신
디코딩된 프레임의 프레임 높이(픽셀)입니다.
@property (nullable, readonly) NSNumber * frameHeightReceived NS_REFINED_FOR_SWIFT;
totalFreezeDurationInMs
총 정지 기간(밀리초).
@property (nullable, readonly) NSNumber * totalFreezeDurationInMs NS_REFINED_FOR_SWIFT;