File tree Expand file tree Collapse file tree 9 files changed +40
-1
lines changed
Expand file tree Collapse file tree 9 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -656,6 +656,7 @@ interface EncodedVideoChunkInit {
656656
657657interface EncodedVideoChunkMetadata {
658658 decoderConfig?: VideoDecoderConfig;
659+ svc?: SvcOutputMetadata;
659660}
660661
661662interface ErrorEventInit extends EventInit {
@@ -2338,6 +2339,10 @@ interface SubmitEventInit extends EventInit {
23382339 submitter?: HTMLElement | null;
23392340}
23402341
2342+ interface SvcOutputMetadata {
2343+ temporalLayerId?: number;
2344+ }
2345+
23412346interface TaskControllerInit {
23422347 priority?: TaskPriority;
23432348}
Original file line number Diff line number Diff line change @@ -653,6 +653,7 @@ interface EncodedVideoChunkInit {
653653
654654interface EncodedVideoChunkMetadata {
655655 decoderConfig?: VideoDecoderConfig;
656+ svc?: SvcOutputMetadata;
656657}
657658
658659interface ErrorEventInit extends EventInit {
@@ -2335,6 +2336,10 @@ interface SubmitEventInit extends EventInit {
23352336 submitter?: HTMLElement | null;
23362337}
23372338
2339+ interface SvcOutputMetadata {
2340+ temporalLayerId?: number;
2341+ }
2342+
23382343interface TaskControllerInit {
23392344 priority?: TaskPriority;
23402345}
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ interface EncodedVideoChunkInit {
264264
265265interface EncodedVideoChunkMetadata {
266266 decoderConfig?: VideoDecoderConfig;
267+ svc?: SvcOutputMetadata;
267268}
268269
269270interface ErrorEventInit extends EventInit {
@@ -854,6 +855,10 @@ interface StructuredSerializeOptions {
854855 transfer?: Transferable[];
855856}
856857
858+ interface SvcOutputMetadata {
859+ temporalLayerId?: number;
860+ }
861+
857862interface TaskControllerInit {
858863 priority?: TaskPriority;
859864}
Original file line number Diff line number Diff line change @@ -653,6 +653,7 @@ interface EncodedVideoChunkInit {
653653
654654interface EncodedVideoChunkMetadata {
655655 decoderConfig?: VideoDecoderConfig;
656+ svc?: SvcOutputMetadata;
656657}
657658
658659interface ErrorEventInit extends EventInit {
@@ -2335,6 +2336,10 @@ interface SubmitEventInit extends EventInit {
23352336 submitter?: HTMLElement | null;
23362337}
23372338
2339+ interface SvcOutputMetadata {
2340+ temporalLayerId?: number;
2341+ }
2342+
23382343interface TaskControllerInit {
23392344 priority?: TaskPriority;
23402345}
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ interface EncodedVideoChunkInit {
264264
265265interface EncodedVideoChunkMetadata {
266266 decoderConfig?: VideoDecoderConfig;
267+ svc?: SvcOutputMetadata;
267268}
268269
269270interface ErrorEventInit extends EventInit {
@@ -854,6 +855,10 @@ interface StructuredSerializeOptions {
854855 transfer?: Transferable[];
855856}
856857
858+ interface SvcOutputMetadata {
859+ temporalLayerId?: number;
860+ }
861+
857862interface TaskControllerInit {
858863 priority?: TaskPriority;
859864}
Original file line number Diff line number Diff line change @@ -653,6 +653,7 @@ interface EncodedVideoChunkInit {
653653
654654interface EncodedVideoChunkMetadata {
655655 decoderConfig?: VideoDecoderConfig;
656+ svc?: SvcOutputMetadata;
656657}
657658
658659interface ErrorEventInit extends EventInit {
@@ -2335,6 +2336,10 @@ interface SubmitEventInit extends EventInit {
23352336 submitter?: HTMLElement | null;
23362337}
23372338
2339+ interface SvcOutputMetadata {
2340+ temporalLayerId?: number;
2341+ }
2342+
23382343interface TaskControllerInit {
23392344 priority?: TaskPriority;
23402345}
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ interface EncodedVideoChunkInit {
264264
265265interface EncodedVideoChunkMetadata {
266266 decoderConfig?: VideoDecoderConfig;
267+ svc?: SvcOutputMetadata;
267268}
268269
269270interface ErrorEventInit extends EventInit {
@@ -854,6 +855,10 @@ interface StructuredSerializeOptions {
854855 transfer?: Transferable[];
855856}
856857
858+ interface SvcOutputMetadata {
859+ temporalLayerId?: number;
860+ }
861+
857862interface TaskControllerInit {
858863 priority?: TaskPriority;
859864}
Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ interface EncodedVideoChunkInit {
267267
268268interface EncodedVideoChunkMetadata {
269269 decoderConfig?: VideoDecoderConfig;
270+ svc?: SvcOutputMetadata;
270271}
271272
272273interface ErrorEventInit extends EventInit {
@@ -857,6 +858,10 @@ interface StructuredSerializeOptions {
857858 transfer?: Transferable[];
858859}
859860
861+ interface SvcOutputMetadata {
862+ temporalLayerId?: number;
863+ }
864+
860865interface TaskControllerInit {
861866 priority?: TaskPriority;
862867}
Original file line number Diff line number Diff line change 177177 "members": {
178178 "member": {
179179 "alphaSideData": null, // Blink only as of 2023-03
180- "svc": null // Blink only as of 2023-03
181180 }
182181 }
183182 },
You can’t perform that action at this time.
0 commit comments