VTMultiPassStorage.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- fileUrl
- NSUrl
- timeRange
- Nullable<CMTimeRange>
- options
- NSDictionary
Returns
Applies to
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
Parameters
- fileUrl
- NSUrl
- timeRange
- Nullable<CMTimeRange>