Skip to content

Commit

Permalink
Minor updates to VideoDecoder class documentation. (#25720)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalecurtis committed Mar 29, 2023
1 parent a7953dc commit 68421bd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions files/en-us/web/api/videodecoder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ The **`VideoDecoder`** interface of the {{domxref('WebCodecs API','','','true')}
_Inherits properties from its parent, {{DOMxRef("EventTarget")}}._

- {{domxref("VideoDecoder.decodeQueueSize")}} {{ReadOnlyInline}}
- : An integer representing the number of decode queue requests.
- : An integer representing the number of queued decode requests.
- {{domxref("VideoDecoder.state")}} {{ReadOnlyInline}}
- : Indicates whether the underlying codec is configured for decoding.
- : Indicates the current state of decoder. Possible values are:
- `"unconfigured"`
- `"configured"`
- `"closed"`

### Events

Expand Down Expand Up @@ -60,4 +63,5 @@ _Inherits methods from its parent, {{DOMxRef("EventTarget")}}._

## See also

[Video processing with WebCodecs](https://web.dev/webcodecs/)
- [Video processing with WebCodecs](https://web.dev/webcodecs/)
- [WebCodecs API Samples](https://w3c.github.io/webcodecs/samples/)

0 comments on commit 68421bd

Please sign in to comment.