Represents a metadata cue stored in the stream's manifest or video segment.
#include <player/YiCastLabsVideoPlayer.h>
Public Attributes | |
| CYIString | message |
| CYIString | scheme |
| uint64_t | uPresentationTimeUs |
| uint64_t | uDurationUs |
| CYIString CYICastLabsVideoPlayer::Metadata::message |
Content, usually in the form CUE="value",ID="value".
| CYIString CYICastLabsVideoPlayer::Metadata::scheme |
Tag type that triggered this event.
| uint64_t CYICastLabsVideoPlayer::Metadata::uDurationUs |
Duration of the event in microsecond.
| uint64_t CYICastLabsVideoPlayer::Metadata::uPresentationTimeUs |
Time since the start of the video in microsecond that the event occured.