Click or drag to resize

DmoProcessOutputFlags Enumeration

This enumerated type defines flags that specify output processing requests.

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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