次の方法で共有


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

適用対象