次の方法で共有


VTMultiPassStorage.Create メソッド

定義

オーバーロード

Create(NSUrl, Nullable<CMTimeRange>, NSDictionary)
Create(VTMultiPassStorageCreationOptions, NSUrl, Nullable<CMTimeRange>)

Create(NSUrl, Nullable<CMTimeRange>, NSDictionary)

public static VideoToolbox.VTMultiPassStorage Create (Foundation.NSUrl fileUrl = null, Nullable<CoreMedia.CMTimeRange> timeRange = null, Foundation.NSDictionary options = null);
static member Create : Foundation.NSUrl * Nullable<CoreMedia.CMTimeRange> * Foundation.NSDictionary -> VideoToolbox.VTMultiPassStorage

パラメーター

fileUrl
NSUrl
timeRange
Nullable<CMTimeRange>
options
NSDictionary

戻り値

適用対象

Create(VTMultiPassStorageCreationOptions, NSUrl, Nullable<CMTimeRange>)

public static VideoToolbox.VTMultiPassStorage Create (VideoToolbox.VTMultiPassStorageCreationOptions options, Foundation.NSUrl fileUrl = null, Nullable<CoreMedia.CMTimeRange> timeRange = null);
static member Create : VideoToolbox.VTMultiPassStorageCreationOptions * Foundation.NSUrl * Nullable<CoreMedia.CMTimeRange> -> VideoToolbox.VTMultiPassStorage

パラメーター

fileUrl
NSUrl
timeRange
Nullable<CMTimeRange>

戻り値

適用対象