Edytuj

Udostępnij za pośrednictwem


AVMutableMovie_AVMutableMovieTrackInspection.GetTracks Method

Definition

Overloads

GetTracks(AVMutableMovie, AVMediaCharacteristics)
GetTracks(AVMutableMovie, AVMediaTypes)
GetTracks(AVMutableMovie, String)

GetTracks(AVMutableMovie, AVMediaCharacteristics)

public static AVFoundation.AVMutableMovieTrack[] GetTracks (this AVFoundation.AVMutableMovie This, AVFoundation.AVMediaCharacteristics mediaCharacteristic);
static member GetTracks : AVFoundation.AVMutableMovie * AVFoundation.AVMediaCharacteristics -> AVFoundation.AVMutableMovieTrack[]

Parameters

mediaCharacteristic
AVMediaCharacteristics

Returns

Applies to

GetTracks(AVMutableMovie, AVMediaTypes)

public static AVFoundation.AVMutableMovieTrack[] GetTracks (this AVFoundation.AVMutableMovie This, AVFoundation.AVMediaTypes mediaType);
static member GetTracks : AVFoundation.AVMutableMovie * AVFoundation.AVMediaTypes -> AVFoundation.AVMutableMovieTrack[]

Parameters

mediaType
AVMediaTypes

Returns

Applies to

GetTracks(AVMutableMovie, String)

[Foundation.Export("tracksWithMediaType:")]
public static AVFoundation.AVMutableMovieTrack[] GetTracks (this AVFoundation.AVMutableMovie This, string mediaType);
static member GetTracks : AVFoundation.AVMutableMovie * string -> AVFoundation.AVMutableMovieTrack[]

Parameters

mediaType
String

Returns

Attributes

Applies to