Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This enumerated type defines flags that describe an input buffer.
Syntax
enum _DMO_INPUT_DATA_BUFFER_FLAGS { DMO_INPUT_DATA_BUFFERF_SYNCPOINT = 0x00000001, DMO_INPUT_DATA_BUFFERF_TIME = 0x00000002, DMO_INPUT_DATA_BUFFERF_TIMELENGTH = 0x00000004 }; |
Elements
- DMO_INPUT_DATA_BUFFERF_SYNCPOINT
-
The beginning of the data is a synchronization point.
- DMO_INPUT_DATA_BUFFERF_TIME
-
The buffer's time stamp is valid.
- DMO_INPUT_DATA_BUFFERF_TIMELENGTH
-
The buffer's indicated time length is valid.
Requirements
Header | dmo.h |
Windows Embedded CE | Windows CE .NET 4.1 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |