SeekMode (Windows CE 5.0)
These constants represent the ways that seek operations can be performed. For example, a transport might support seeking by track, by frame, and so on.
const LPCWSTR TrackNr = L"TRACK_NR", AbsTime = L"ABS_TIME", RelTime = L"REL_TIME", AbsCount = L"ABS_COUNT", RelCount = L"REL_COUNT", ChannelFreq = L"CHANNEL_FREQ", TapeIndex = L"TAPE_INDEX", Frame = L"FRAME";
Remarks
The strings represented by these constants are valid values for the AVTransport service's A_ARG_TYPE_SeekMode type information state variable.
You can set the seek mode using IAVTransport::Seek.
For more information about the state variables and valid values defined by the UPnP AV DCP, see UPnP AV DCP Documentation.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Av_upnp.h.
Link Library: Av_upnp.lib.
C++ Namespace: av_upnp::SeekMode.
See Also
AV String Constants | IAVTransport::Seek
Send Feedback on this topic to the authors