Share via


AVMutableCompositionTrack.ReplaceFormatDescription Method

Definition

[Foundation.Export("replaceFormatDescription:withFormatDescription:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplaceFormatDescription(CoreMedia.CMFormatDescription originalFormatDescription, CoreMedia.CMFormatDescription? replacementFormatDescription);
[<Foundation.Export("replaceFormatDescription:withFormatDescription:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReplaceFormatDescription : CoreMedia.CMFormatDescription * CoreMedia.CMFormatDescription -> unit
override this.ReplaceFormatDescription : CoreMedia.CMFormatDescription * CoreMedia.CMFormatDescription -> unit

Parameters

originalFormatDescription
CMFormatDescription
replacementFormatDescription
CMFormatDescription
Attributes

Applies to