We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e85d95 commit b5be119Copy full SHA for b5be119
index.bs
@@ -452,8 +452,9 @@ interface RTCEncodedVideoFrame {
452
video/VP8
453
</td>
454
<td>
455
- The data is the "uncompressed data chunk" defined in
456
- [VP8](https://datatracker.ietf.org/doc/html/rfc6386#section-9.1).
+ The data starts with the "uncompressed data chunk" defined in
+ [VP8](https://datatracker.ietf.org/doc/html/rfc6386#section-9.1) and is followed
457
+ by the rest of the frame data.
458
The [VP8 payload descriptor](https://www.rfc-editor.org/rfc/rfc7741#section-4.1)
459
is not accessible.
460
0 commit comments