Skip to content

Commit 3c9e353

Browse files
authored
Merge pull request #733 from w3c/Djuffin-patch-1
2 parents 11307bc + f14cd48 commit 3c9e353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@
10551055
<dt><dfn method for=AudioEncoder>configure(config)</dfn></dt>
10561056
<dd>
10571057
[=Enqueues a control message=] to configure the audio encoder for
1058-
decoding chunks as described by |config|.
1058+
encoding audio data as described by |config|.
10591059

10601060
NOTE: This method will trigger a {{NotSupportedError}} if the User Agent
10611061
does not support |config|. Authors are encouraged to first check support
@@ -1429,7 +1429,7 @@
14291429
<dt><dfn method for=VideoEncoder>configure(config)</dfn></dt>
14301430
<dd>
14311431
[=Enqueues a control message=] to configure the video encoder for
1432-
decoding chunks as described by |config|.
1432+
encoding video frames as described by |config|.
14331433

14341434
NOTE: This method will trigger a {{NotSupportedError}} if the User Agent
14351435
does not support |config|. Authors are encouraged to first check support

0 commit comments

Comments
 (0)