Click or drag to resize
DmoProcessOutputFlags Enumeration
This enumerated type defines flags that specify output processing requests.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
[FlagsAttribute]
public enum DmoProcessOutputFlags
Members
  Member nameValueDescription
None0 None
DISCARD_WHEN_NO_BUFFER1 Discard the output when the pointer to the output buffer is NULL.
See Also