다음을 통해 공유


ProcessVideoFrameContext.OutputFrame 속성

정의

비디오 효과 작업의 출력 프레임을 가져옵니다.

public:
 property VideoFrame ^ OutputFrame { VideoFrame ^ get(); };
VideoFrame OutputFrame();
public VideoFrame OutputFrame { get; }
var videoFrame = processVideoFrameContext.outputFrame;
Public ReadOnly Property OutputFrame As VideoFrame

속성 값

비디오 효과 작업의 출력 프레임입니다.

적용 대상