timing-object
timing-object copied to clipboard
An implementation of the timing object specification.
`TimingObject` is a useful concept/API, but it relies on Web-specific APIs\* to work. Other than that, this package is useful outside of brower environments. \* Like `TNativeEventTarget` and [`event-target-factory.ts`](https://github.com/chrisguttandin/timing-object/blob/master/src/factories/event-target-factory.ts) Is...
I'm interested in using the TimingObject with a video element source to use for metadataTracks. Is this project including plans for implementing the TimingTextTrack from the spec as well?
I am working on a media player that uses a `TimingObject` using your implementation here, and I have a question about the expected programming model. Consider the following cases: -...