다음을 통해 공유


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
특성

적용 대상