shaka-packager/packager/media/chunking
Jacob Trimble b2220eb0c6 Add text fragment and setting types.
This sets the groundwork for more generic text cues by having a more
generic object for the settings and the body.  This also changes the
TextSample to be immutable and accepts the fields in the constructor
instead of using setters.

Change-Id: I76b09ce8e8471a49e6bf447e8c187f867728a4bf
2020-10-19 10:39:17 -07:00
..
chunking.gyp Rename WebVttSegmenter To TextChunker 2018-03-26 17:58:56 +00:00
chunking_handler.cc Use PTS instead of DTS in ChunkingHandler 2018-07-02 21:58:45 +00:00
chunking_handler.h Use PTS instead of DTS in ChunkingHandler 2018-07-02 21:58:45 +00:00
chunking_handler_unittest.cc Add is_key_frame in IsMediaSample Matcher 2018-06-18 16:05:22 +00:00
cue_alignment_handler.cc Ignore extra Ad cues at the end of the stream 2018-07-24 18:46:30 +00:00
cue_alignment_handler.h Ignore extra Ad cues at the end of the stream 2018-07-24 18:46:30 +00:00
cue_alignment_handler_unittest.cc Add text fragment and setting types. 2020-10-19 10:39:17 -07:00
sync_point_queue.cc Fix Cue Insertion at Text Stream End 2018-05-15 22:01:09 +00:00
sync_point_queue.h Fix Cue Insertion at Text Stream End 2018-05-15 22:01:09 +00:00
text_chunker.cc Start Segments At First Sample in Text Chunker 2018-07-02 17:57:10 +00:00
text_chunker.h Start Segments At First Sample in Text Chunker 2018-07-02 17:57:10 +00:00
text_chunker_unittest.cc Add text fragment and setting types. 2020-10-19 10:39:17 -07:00