Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumerated type defines flags that describe an input buffer.
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
OS Versions: Windows CE .NET 4.1 and later.
Header: Dmo.h.
See Also
DMO Enumerated Types | IMediaObject::ProcessInput
Send Feedback on this topic to the authors