MediaPlaybackVideoTrackList.SelectedIndex Property

Definition

Gets or sets the index of the currently selected video track in the list.

public:
 property int SelectedIndex { int get(); void set(int value); };
int SelectedIndex();

void SelectedIndex(int value);
public int SelectedIndex { get; set; }
var int32 = mediaPlaybackVideoTrackList.selectedIndex;
mediaPlaybackVideoTrackList.selectedIndex = int32;
Public Property SelectedIndex As Integer

Property Value

Int32

int

The index of the currently selected video track in the list.

Implements

Applies to