Timestamping wrapper for any kind of metadata. More...
#include <metadata_type.h>
Public Types | |
| using | value_type = T |
| Type of the metadata values. More... | |
Public Attributes | |
| StreamTime | stamp |
| Timestamp of the data (in stream time). More... | |
| T | value |
| The stored metadata. More... | |
Timestamping wrapper for any kind of metadata.
| T | Type of metadata. |
Definition at line 72 of file metadata_type.h.
| using movie_publisher::TimedMetadata< T >::value_type = T |
Type of the metadata values.
Definition at line 74 of file metadata_type.h.
| StreamTime movie_publisher::TimedMetadata< T >::stamp |
Timestamp of the data (in stream time).
Definition at line 75 of file metadata_type.h.
| T movie_publisher::TimedMetadata< T >::value |
The stored metadata.
Definition at line 76 of file metadata_type.h.