Used by the IMediaObjectImpl constructor to specify which timeformats are supported
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
protected enum IMediaObjectImpl.TimeFormatFlags
Members
| Member Name | Description | Value |
|---|---|---|
| None | Used only when the DMO has no parameters | 0 |
| Reference | Reference time, in 100-nanosecond units. All DMOs should support this format. | 1 |
| Music | Music time, in parts per quarter note. | 2 |
| Samples | Samples per second. | 4 |
Requirements
Namespace: MediaObjectTemplate
Assembly: DmoFlip (in DmoFlip.dll)