次の方法で共有


AVSampleBufferGenerator コンストラクター

定義

オーバーロード

AVSampleBufferGenerator(NSObjectFlag)
AVSampleBufferGenerator(IntPtr)
AVSampleBufferGenerator(AVAsset, CMTimebase)

AVSampleBufferGenerator(NSObjectFlag)

protected AVSampleBufferGenerator (Foundation.NSObjectFlag t);
new AVFoundation.AVSampleBufferGenerator : Foundation.NSObjectFlag -> AVFoundation.AVSampleBufferGenerator

パラメーター

適用対象

AVSampleBufferGenerator(IntPtr)

protected internal AVSampleBufferGenerator (IntPtr handle);
new AVFoundation.AVSampleBufferGenerator : nativeint -> AVFoundation.AVSampleBufferGenerator

パラメーター

handle
IntPtr

nativeint

適用対象

AVSampleBufferGenerator(AVAsset, CMTimebase)

[Foundation.Export("initWithAsset:timebase:")]
[ObjCRuntime.DesignatedInitializer]
public AVSampleBufferGenerator (AVFoundation.AVAsset asset, CoreMedia.CMTimebase timebase);
new AVFoundation.AVSampleBufferGenerator : AVFoundation.AVAsset * CoreMedia.CMTimebase -> AVFoundation.AVSampleBufferGenerator

パラメーター

asset
AVAsset
timebase
CMTimebase
属性

適用対象