VVCR_SetMechanismPosition_Request (Windows CE 5.0)
This structure is completed by IOCTL_VVCR_SET_MECHANISM_POSITION.
typedef struct {BYTE vvsmp_Hour;BYTE vvsmp_Minute;BYTE vvsmp_Second;BYTE vvsmp_Frame;BOOL vvsmp_Negative;} VVCR_SetMechanismPosition_Request;
Members
- vvsmp_Hour
Hour value of the position time code that the virtual VCR has been requested to seek to. The range is 0 to 99. - vvsmp_Minute
Minute value of the position time code that the virtual VCR has been requested to seek to. The range is 0 to 59. - vvsmp_Second
Second value of the position time code that the virtual VCR has been requested to seek to. The range is 0 to 59. - vvsmp_Frame
Frame value of the position time code that the virtual VCR has been requested to seek to. The range is 0 to a value dictated by the type and form of media being streamed. - vvsmp_Negative
If set to TRUE, the current position time code is to be considered negative. If set to FALSE, the current position time code is to be considered positive.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_vvcr.h.
See Also
IOCTL_VVCR_SET_MECHANISM_POSITION
Send Feedback on this topic to the authors