Microsoft DirectX 8.0 |
Defines flags that describe requested features, for video optimizations.
Syntax
enum _DMO_VIDEO_OUTPUT_STREAM_FLAGS { DMO_VOSF_NEEDS_PREVIOUS_SAMPLE = 0x00000001 };
Elements
- DMO_VOSF_NEEDS_PREVIOUS_SAMPLE
- Requests that every output buffer passed to the DMO contain the previous data that was generated.
See Also