Click or drag to resize

DmoOutputDataBufferFlags Enumeration

This enumerated type defines flags that describe an output buffer.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public enum DmoOutputDataBufferFlags
Members
Member nameValueDescription
None0 None
SYNCPOINT1 The beginning of the data is a synchronization point.
TIME2 The buffer's time stamp is valid.
TIMELENGTH4 The buffer's indicated time length is valid.
INCOMPLETE16,777,216 There is still input data available for processing, but the output buffer is full.
See Also