- From: Ralph Giles <giles@mozilla.com>
- Date: Tue, 27 Nov 2012 13:19:13 -0800
- To: whatwg@lists.whatwg.org
On 12-11-26 4:18 PM, Ralph Giles wrote:
> interface HTMLMediaElement {
> ...
> object getMetadata();
> };
>
> After the metadataloaded event fires, this method would return a new
> object containing a copy of the metadata read from the resource, in
> whatever format the decoder implementation supplies. It would be up to
> the caller to do any semantic interpretation. The same method should be
> present on AudioTrack, VideoTrack, (TextTrack?) and Image elements.
The prefixed version of this in Firefox is documented in the 'Methods'
section of https://developer.mozilla.org/en-US/docs/DOM/HTMLMediaElement
-r
Received on Tuesday, 27 November 2012 21:25:40 UTC