Jer Noble
Jer Noble
WebKit is supportive of the goal to add the "interrupted" state to AudioContext. Me may need to align with the future spec changes, however it will be great to align...
I considered re-using `AudioDecoderConfig` and `VideoDecoderConfig`, but wanted to add `framerate` and `bitrate` fields. The former is useful information to extract from a stream for displaying and validation, and the...
So the one "conflict" between the two dictionaries is `width` and `height` in `VideoTrackConfiguration` vs `codedWidth` and `codedHeight` in `VideoDecoderConfig`. But `codedWidth` may include non-visible padding, and doesn't account for...
Come to think of it, the `VideoTrackConfiguration` shares more with `visibleRect` from `VideoFrame` than it does with `VideoDecoderConfig`.
Okay, landed the change to use a `dictionary` type rather than `interface`. Given this and @dalecurtis 's comment above, suggest closing this issue as fixed.
To back up @karlt and @zcorpan, not firing an `"error"` event on `HTMLMediaElement` is intentional; you can always add another `` child to the media element, and the resource selection...