AVAsset.TrackWithTrackID(Int32) Method

Definition

The track which has the associated Track ID.

[Foundation.Export("trackWithTrackID:")]
public virtual AVFoundation.AVAssetTrack TrackWithTrackID (int trackID);
abstract member TrackWithTrackID : int -> AVFoundation.AVAssetTrack
override this.TrackWithTrackID : int -> AVFoundation.AVAssetTrack

Parameters

trackID
Int32

Returns

Attributes

Applies to