shaka-packager/packager/media/chunking
Aaron Vaage 3b5b2bccca Implements SyncPointQueue and CueAlignmentHandler
SyncPointQueue manages all cue points and returns aligned cue
points to the callers (CueAlignmentHandlers).

CueAlignmentHandler is responsible for aligning cues from different
streams. It uses SyncPointQueue internally to align / synchronize the
cue points.

Issue: #355

Change-Id: I281fecb46a3ca7172d71e7495bdd07b8efdeb283
2018-03-22 18:21:40 +00:00
..
chunking.gyp Implements SyncPointQueue and CueAlignmentHandler 2018-03-22 18:21:40 +00:00
chunking_handler.cc Change Scte35 to use double for time 2018-03-15 18:11:00 -07:00
chunking_handler.h Isolated OnMediaSample in Chunker 2018-02-23 23:16:35 +00:00
chunking_handler_unittest.cc Change Scte35 to use double for time 2018-03-15 18:11:00 -07:00
cue_alignment_handler.cc Implements SyncPointQueue and CueAlignmentHandler 2018-03-22 18:21:40 +00:00
cue_alignment_handler.h Implements SyncPointQueue and CueAlignmentHandler 2018-03-22 18:21:40 +00:00
cue_alignment_handler_unittest.cc Implements SyncPointQueue and CueAlignmentHandler 2018-03-22 18:21:40 +00:00
sync_point_queue.cc Implements SyncPointQueue and CueAlignmentHandler 2018-03-22 18:21:40 +00:00
sync_point_queue.h Implements SyncPointQueue and CueAlignmentHandler 2018-03-22 18:21:40 +00:00