PositionInformation structure (windows.media.streaming.h)
Contains the current values of media playback position information obtained from the DMR.
Syntax
typedef struct PositionInformation {
ABI::Windows::Media::Streaming::TrackInformation trackInformation;
ABI::Windows::Foundation::TimeSpan relativeTime;
} PositionInformation;
Members
trackInformation
A TrackInformation structure that contains the current track number and duration.
relativeTime
The current playback position of the DMR.
Requirements
Requirement | Value |
---|---|
Header | windows.media.streaming.h |