Android.Media.MediaExtractor.SelectTrack Method
Subsequent calls to MediaExtractor.ReadSampleData(Java.Nio.ByteBuffer, System.Int32), MediaExtractor.SampleTrackIndex and MediaExtractor.SampleTime only retrieve information for the subset of tracks selected.

Syntax

[Android.Runtime.Register("selectTrack", "(I)V", "")]
public void SelectTrack (int index)

Parameters

index
Documentation for this section has not yet been entered.

Remarks

Subsequent calls to MediaExtractor.ReadSampleData(Java.Nio.ByteBuffer, System.Int32), MediaExtractor.SampleTrackIndex and MediaExtractor.SampleTime only retrieve information for the subset of tracks selected. Selecting the same track multiple times has no effect, the track is only selected once.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16