PositionInformation structure
Contains the current values of media playback position information obtained from the DMR.
c++
typedef struct PositionInformation {
TrackInformation trackInformation;
Windows relativeTime;
} PositionInformation;
trackInformation
A TrackInformation structure that contains the current track number and duration.relativeTime
The current playback position of the DMR.
IDL |
Windows.Media.Streaming.idl (reference Windows.Media.Streaming.idl) |