다음을 통해 공유


ACSRawVideoFrame 클래스

선언

@interface ACSRawVideoFrame : NSObject;

Description

비디오 프레임에 대한 정보

메서드

Dispose

많은 리소스 삭제

-(void)dispose;

속성

type

비디오 프레임을 인코딩 또는 디코딩에 사용할 수 있는 방법을 알려줍니다.

@property (readonly) ACSRawVideoFrameType type;

streamFormat

이 비디오 프레임에 사용되는 4CC에 대한 정보

@property (retain, nonnull) ACSVideoStreamFormat * streamFormat;

timestampInTicks

비디오 프레임을 만든 시간

@property int64_t timestampInTicks;