TrackInformation structure (windows.media.streaming.h)
Contains the current track number and duration as part of the PositionInformation obtained from the DMR.
Syntax
typedef struct TrackInformation {
UINT32 Track;
UINT32 TrackId;
ABI::Windows::Foundation::TimeSpan 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.
TrackId
TrackDuration
The duration of the current track.
Requirements
Requirement | Value |
---|---|
Header | windows.media.streaming.h |