AVMutableComposition.AddMutableTrack(String, Int32) 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.
[Foundation.Export("addMutableTrackWithMediaType:preferredTrackID:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AVFoundation.AVMutableCompositionTrack? AddMutableTrack(string mediaType, int preferredTrackId);
[<Foundation.Export("addMutableTrackWithMediaType:preferredTrackID:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddMutableTrack : string * int -> AVFoundation.AVMutableCompositionTrack
override this.AddMutableTrack : string * int -> AVFoundation.AVMutableCompositionTrack
Parameters
- mediaType
- String
- preferredTrackId
- Int32
Returns
- Attributes