Eric Carlson

Results 23 comments of Eric Carlson

> The example code sets the `inBandMetadataTrackDispatchType` so that the TextTrack is scoped to include only SCTE-35 events. Other emsg boxes would be exposed through other TextTracks. This TextTrack per...

> ``` > DataCue.id // DOMString, emsg `id` > DataCue.value // object > DataCue.value.data // emsg `message_data` as ArrayBuffer (unparsed), > // or object | string | whatever (parsed) >...

`internals.setPageVisibility(...)` simulates a page visibility change, which as you have found isn't good enough for your fix. You will likely need to create a platform-specific API test, where the window...