mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
18 lines
428 B
Plaintext
18 lines
428 B
Plaintext
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into webref
|
|
// (https://github.com/w3c/webref)
|
|
// Source: AVC (H.264) WebCodecs Registration (https://w3c.github.io/webcodecs/avc_codec_registration.html)
|
|
|
|
partial dictionary VideoEncoderConfig {
|
|
AvcEncoderConfig avc;
|
|
};
|
|
|
|
dictionary AvcEncoderConfig {
|
|
AvcBitstreamFormat format = "avc";
|
|
};
|
|
|
|
enum AvcBitstreamFormat {
|
|
"annexb",
|
|
"avc",
|
|
};
|