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>