Click or drag to resize

DmoInputDataBufferFlags Enumeration

This enumerated type defines flags that describe an input buffer.

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
[FlagsAttribute]
public enum DmoInputDataBufferFlags
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 time stamp is valid.
See Also