Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
Time Format GUIDs
The following globally unique identifiers (GUIDs) define different time formats.
| GUID | Description | 
| TIME_FORMAT_NONE | No format. | 
| TIME_FORMAT_FRAME | Video frames. | 
| TIME_FORMAT_SAMPLE | Samples in the stream. | 
| TIME_FORMAT_FIELD | Interlaced video fields. | 
| TIME_FORMAT_BYTE | Byte offset within the stream. | 
| TIME_FORMAT_MEDIA_TIME | Reference time (100-nanosecond units). | 
Requirements
Header: Declared in Uuids.h. Include Dshow.h.
See Also