다음을 통해 공유


VTDecompressionSession.VTDecompressionOutputCallback 대리자

정의

압축 해제된 각 프레임에 대해 호출할 처리기 프로토타입입니다.

public delegate void VTDecompressionSession.VTDecompressionOutputCallback(IntPtr sourceFrame, VTStatus status, VTDecodeInfoFlags flags, CVImageBuffer buffer, CMTime presentationTimeStamp, CMTime presentationDuration);
type VTDecompressionSession.VTDecompressionOutputCallback = delegate of nativeint * VTStatus * VTDecodeInfoFlags * CVImageBuffer * CMTime * CMTime -> unit

매개 변수

sourceFrame
IntPtr

nativeint

status
VTStatus
buffer
CVImageBuffer
presentationTimeStamp
CMTime
presentationDuration
CMTime

적용 대상