IMediaTrack Interface

Definition

Defines the interface implemented by media tracks.

public interface class IMediaTrack
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(65141500, 51505, 18714, 180, 107, 193, 14, 232, 194, 86, 183)]
struct IMediaTrack
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(65141500, 51505, 18714, 180, 107, 193, 14, 232, 194, 86, 183)]
public interface IMediaTrack
Public Interface IMediaTrack
Derived
Attributes

Windows requirements

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

Properties

Id

Gets the identifier of the media track.

Label

Gets or sets the label for the media track.

Language

Gets a string indicating the language of the media track.

TrackKind

Gets a value indicating the type of data the track contains.

Applies to

See also