Share via


TrackInformation structure

Contains the current track number and duration as part of the PositionInformation obtained from the DMR.

Syntax

typedef struct TrackInformation {
  UINT32  Track;
  Windows TrackDuration;
} TrackInformation;

Members

  • Track
    The current track number as reported by DMR. If the DMR does not have a concept of track numbers, this value will be 0.

  • TrackDuration
    The duration of the current track.

Requirements

IDL

Windows.Media.Streaming.idl (reference Windows.Media.Streaming.idl)