AVMutableComposition_AVMutableCompositionTrackInspection.GetTracks 메서드

정의

오버로드

GetTracks(AVMutableComposition, AVMediaCharacteristics)
GetTracks(AVMutableComposition, AVMediaTypes)
GetTracks(AVMutableComposition, String)

GetTracks(AVMutableComposition, AVMediaCharacteristics)

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

매개 변수

This
AVMutableComposition

이 메서드가 작동하는 인스턴스입니다.

mediaCharacteristic
AVMediaCharacteristics

반환

적용 대상

GetTracks(AVMutableComposition, AVMediaTypes)

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

매개 변수

This
AVMutableComposition

이 메서드가 작동하는 인스턴스입니다.

mediaType
AVMediaTypes

반환

적용 대상

GetTracks(AVMutableComposition, String)

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

매개 변수

This
AVMutableComposition

이 메서드가 작동하는 인스턴스입니다.

mediaType
String

반환

특성

적용 대상