Microsoft DirectX 9.0

DMO_VIDEO_OUTPUT_STREAM_FLAGS Enumeration

The DMO_VIDEO_OUTPUT_STREAM_FLAGS enumeration 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