共用方式為


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
屬性

適用於