SeekMode (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
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
Header | av_upnp.h |
Library | Av_upnp.lib |
Windows Embedded CE | Windows CE 5.0 and later |