DmoOutputDataBufferFlags Enumeration |
This enumerated type defines flags that describe an output buffer.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax[FlagsAttribute]
public enum DmoOutputDataBufferFlags
<FlagsAttribute>
Public Enumeration DmoOutputDataBufferFlags
[FlagsAttribute]
public enum class DmoOutputDataBufferFlags
[<FlagsAttribute>]
type DmoOutputDataBufferFlags
Members| Member name | Value | Description |
|---|
| None | 0 |
None
|
| SYNCPOINT | 1 |
The beginning of the data is a synchronization point.
|
| TIME | 2 |
The buffer's time stamp is valid.
|
| TIMELENGTH | 4 |
The buffer's indicated time length is valid.
|
| INCOMPLETE | 16,777,216 |
There is still input data available for processing, but the output buffer is full.
|
See Also