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 |
STREAM_TIME
- Note This API is deprecated. New applications should not use it.
The STREAM_TIME data type is used to express reference times in Microsoft DirectShow multimedia streaming. Units are 100 nanoseconds.
Syntax
typedef LONGLONG STREAM_TIME;
Remarks
This data type is equivalent to the DirectShow REFERENCE_TIME data type.
See Also