AVMutableMovieTrack.ReplaceFormatDescription Method

Definition

[Foundation.Export("replaceFormatDescription:withFormatDescription:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ReplaceFormatDescription (CoreMedia.CMFormatDescription formatDescription, CoreMedia.CMFormatDescription newFormatDescription);
abstract member ReplaceFormatDescription : CoreMedia.CMFormatDescription * CoreMedia.CMFormatDescription -> unit
override this.ReplaceFormatDescription : CoreMedia.CMFormatDescription * CoreMedia.CMFormatDescription -> unit

Parameters

formatDescription
CMFormatDescription
newFormatDescription
CMFormatDescription
Attributes

Applies to