AVAsset.TracksWithMediaType(String) Method

Definition

The tracks in the asset that match the given media type.

[Foundation.Export("tracksWithMediaType:")]
public virtual AVFoundation.AVAssetTrack[] TracksWithMediaType (string mediaType);
abstract member TracksWithMediaType : string -> AVFoundation.AVAssetTrack[]
override this.TracksWithMediaType : string -> AVFoundation.AVAssetTrack[]

Parameters

mediaType
String

Returns

Attributes

Applies to