|
Protected Member Functions inherited from shaka::media::WebVttOutputHandler |
void | WriteCue (const std::string &id, uint64_t start, uint64_t end, const std::string &settings, const std::string &payload) |
|
Status | WriteSegmentToFile (const std::string &filename) |
|
Protected Member Functions inherited from shaka::media::MediaHandler |
virtual bool | ValidateOutputStreamIndex (size_t stream_index) const |
| Validate if the stream at the specified index actually exists.
|
|
Status | Dispatch (std::unique_ptr< StreamData > stream_data) |
|
Status | DispatchStreamInfo (size_t stream_index, std::shared_ptr< const StreamInfo > stream_info) |
| Dispatch the stream info to downstream handlers.
|
|
Status | DispatchMediaSample (size_t stream_index, std::shared_ptr< const MediaSample > media_sample) |
| Dispatch the media sample to downstream handlers.
|
|
Status | DispatchTextSample (size_t stream_index, std::shared_ptr< const TextSample > text_sample) |
| Dispatch the text sample to downsream handlers.
|
|
Status | DispatchSegmentInfo (size_t stream_index, std::shared_ptr< const SegmentInfo > segment_info) |
| Dispatch the segment info to downstream handlers.
|
|
Status | DispatchScte35Event (size_t stream_index, std::shared_ptr< const Scte35Event > scte35_event) |
| Dispatch the scte35 event to downstream handlers.
|
|
Status | DispatchCueEvent (size_t stream_index, std::shared_ptr< const CueEvent > cue_event) |
| Dispatch the cue event to downstream handlers.
|
|
Status | FlushDownstream (size_t output_stream_index) |
| Flush the downstream connected at the specified output stream index.
|
|
Status | FlushAllDownstreams () |
| Flush all connected downstreams.
|
|
bool | initialized () |
|
size_t | num_input_streams () const |
|
size_t | next_output_stream_index () const |
|
const std::map< size_t, std::pair< std::shared_ptr< MediaHandler >, size_t > > & | output_handlers () |
|
Definition at line 60 of file webvtt_output_handler.h.