ISingleSelectMediaTrackList Interface

Definition

Represents a media track list that allows a single item to be selected at a time.

public interface class ISingleSelectMediaTrackList
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1998614303, 49999, 18767, 128, 119, 43, 173, 159, 244, 236, 241)]
struct ISingleSelectMediaTrackList
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1998614303, 49999, 18767, 128, 119, 43, 173, 159, 244, 236, 241)]
public interface ISingleSelectMediaTrackList
Public Interface ISingleSelectMediaTrackList
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

SelectedIndex

Gets or set the currently selected media track in the list.

Events

SelectedIndexChanged

Occurs when the SelectedIndex property changes.

Applies to