PositionInformation structure

Contains the current values of media playback position information obtained from the DMR.

Syntax

typedef struct PositionInformation {
  TrackInformation trackInformation;
  Windows          relativeTime;
} PositionInformation;

Members

  • trackInformation
    A TrackInformation structure that contains the current track number and duration.

  • relativeTime
    The current playback position of the DMR.

Requirements

IDL

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