DmoInputDataBufferFlags Enumeration |
This enumerated type defines flags that describe an input buffer.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax [FlagsAttribute]
public enum DmoInputDataBufferFlags
<FlagsAttribute>
Public Enumeration DmoInputDataBufferFlags
[FlagsAttribute]
public enum class DmoInputDataBufferFlags
[<FlagsAttribute>]
type DmoInputDataBufferFlags
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 time stamp is valid.
|
See Also