VTMultiPassStorage.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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>