AVAssetReaderTrackOutput.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
| Name | Description |
|---|---|
| Create(AVAssetTrack, AudioSettings) | |
| Create(AVAssetTrack, AVVideoSettingsUncompressed) |
Create(AVAssetTrack, AudioSettings)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVAssetReaderTrackOutput Create(AVFoundation.AVAssetTrack track, AVFoundation.AudioSettings? settings);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AVFoundation.AVAssetTrack * AVFoundation.AudioSettings -> AVFoundation.AVAssetReaderTrackOutput
Parameters
- track
- AVAssetTrack
- settings
- AudioSettings
Returns
- Attributes
Applies to
Create(AVAssetTrack, AVVideoSettingsUncompressed)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVAssetReaderTrackOutput Create(AVFoundation.AVAssetTrack track, AVFoundation.AVVideoSettingsUncompressed? settings);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AVFoundation.AVAssetTrack * AVFoundation.AVVideoSettingsUncompressed -> AVFoundation.AVAssetReaderTrackOutput
Parameters
- track
- AVAssetTrack
- settings
- AVVideoSettingsUncompressed
Returns
- Attributes