|
static std::unique_ptr< StreamData > | FromStreamInfo (size_t stream_index, std::shared_ptr< const StreamInfo > stream_info) |
|
static std::unique_ptr< StreamData > | FromMediaSample (size_t stream_index, std::shared_ptr< const MediaSample > media_sample) |
|
static std::unique_ptr< StreamData > | FromTextSample (size_t stream_index, std::shared_ptr< const TextSample > text_sample) |
|
static std::unique_ptr< StreamData > | FromSegmentInfo (size_t stream_index, std::shared_ptr< const SegmentInfo > segment_info) |
|
static std::unique_ptr< StreamData > | FromScte35Event (size_t stream_index, std::shared_ptr< const Scte35Event > scte35_event) |
|
static std::unique_ptr< StreamData > | FromCueEvent (size_t stream_index, std::shared_ptr< const CueEvent > cue_event) |
|
|
size_t | stream_index = static_cast<size_t>(-1) |
|
StreamDataType | stream_data_type = StreamDataType::kUnknown |
|
std::shared_ptr< const StreamInfo > | stream_info |
|
std::shared_ptr< const MediaSample > | media_sample |
|
std::shared_ptr< const TextSample > | text_sample |
|
std::shared_ptr< const SegmentInfo > | segment_info |
|
std::shared_ptr< const Scte35Event > | scte35_event |
|
std::shared_ptr< const CueEvent > | cue_event |
|
Definition at line 70 of file media_handler.h.
The documentation for this struct was generated from the following file: