File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1767,6 +1767,7 @@ interface VideoConfiguration {
17671767 framerate: number;
17681768 hdrMetadataType?: HdrMetadataType;
17691769 height: number;
1770+ scalabilityMode?: string;
17701771 transferFunction?: TransferFunction;
17711772 width: number;
17721773}
@@ -18492,9 +18493,9 @@ type ImageSmoothingQuality = "high" | "low" | "medium";
1849218493type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
1849318494type KeyType = "private" | "public" | "secret";
1849418495type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
18495- type MediaDecodingType = "file" | "media-source";
18496+ type MediaDecodingType = "file" | "media-source" | "webrtc" ;
1849618497type MediaDeviceKind = "audioinput" | "audiooutput" | "videoinput";
18497- type MediaEncodingType = "record" | "transmission ";
18498+ type MediaEncodingType = "record" | "webrtc ";
1849818499type MediaKeyMessageType = "individualization-request" | "license-release" | "license-renewal" | "license-request";
1849918500type MediaKeySessionType = "persistent-license" | "persistent-usage-record" | "temporary";
1850018501type MediaKeyStatus = "expired" | "internal-error" | "output-downscaled" | "output-restricted" | "released" | "status-pending" | "usable" | "usable-in-future";
Original file line number Diff line number Diff line change @@ -635,6 +635,7 @@ interface VideoConfiguration {
635635 framerate : number ;
636636 hdrMetadataType ?: HdrMetadataType ;
637637 height : number ;
638+ scalabilityMode ?: string ;
638639 transferFunction ?: TransferFunction ;
639640 width : number ;
640641}
@@ -5640,8 +5641,8 @@ type ImageOrientation = "flipY" | "none";
56405641type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki" ;
56415642type KeyType = "private" | "public" | "secret" ;
56425643type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey" ;
5643- type MediaDecodingType = "file" | "media-source" ;
5644- type MediaEncodingType = "record" | "transmission " ;
5644+ type MediaDecodingType = "file" | "media-source" | "webrtc" ;
5645+ type MediaEncodingType = "record" | "webrtc " ;
56455646type NotificationDirection = "auto" | "ltr" | "rtl" ;
56465647type NotificationPermission = "default" | "denied" | "granted" ;
56475648type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push" ;
Original file line number Diff line number Diff line change @@ -601,6 +601,7 @@ interface VideoConfiguration {
601601 framerate : number ;
602602 hdrMetadataType ?: HdrMetadataType ;
603603 height : number ;
604+ scalabilityMode ?: string ;
604605 transferFunction ?: TransferFunction ;
605606 width : number ;
606607}
@@ -5680,8 +5681,8 @@ type ImageOrientation = "flipY" | "none";
56805681type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki" ;
56815682type KeyType = "private" | "public" | "secret" ;
56825683type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey" ;
5683- type MediaDecodingType = "file" | "media-source" ;
5684- type MediaEncodingType = "record" | "transmission " ;
5684+ type MediaDecodingType = "file" | "media-source" | "webrtc" ;
5685+ type MediaEncodingType = "record" | "webrtc " ;
56855686type NotificationDirection = "auto" | "ltr" | "rtl" ;
56865687type NotificationPermission = "default" | "denied" | "granted" ;
56875688type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push" ;
Original file line number Diff line number Diff line change @@ -635,6 +635,7 @@ interface VideoConfiguration {
635635 framerate : number ;
636636 hdrMetadataType ?: HdrMetadataType ;
637637 height : number ;
638+ scalabilityMode ?: string ;
638639 transferFunction ?: TransferFunction ;
639640 width : number ;
640641}
@@ -5913,8 +5914,8 @@ type ImageOrientation = "flipY" | "none";
59135914type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki" ;
59145915type KeyType = "private" | "public" | "secret" ;
59155916type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey" ;
5916- type MediaDecodingType = "file" | "media-source" ;
5917- type MediaEncodingType = "record" | "transmission " ;
5917+ type MediaDecodingType = "file" | "media-source" | "webrtc" ;
5918+ type MediaEncodingType = "record" | "webrtc " ;
59185919type NotificationDirection = "auto" | "ltr" | "rtl" ;
59195920type NotificationPermission = "default" | "denied" | "granted" ;
59205921type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push" ;
Original file line number Diff line number Diff line change 5252 "styleless-innertext" : " ^1.1.2" ,
5353 "typescript" : " ^4.2.0-dev.20210210" ,
5454 "webidl2" : " ^23.13.0" ,
55- "webref" : " github:w3c/webref#d40ac3b441b796ec7810c27439549932978b44b6 "
55+ "webref" : " github:w3c/webref#70e5647287d5efb6dfe595aa54bae7b0eb609242 "
5656 },
5757 "files" : [
5858 " baselines/*"
You can’t perform that action at this time.
0 commit comments