File tree Expand file tree Collapse file tree 9 files changed +48
-1
lines changed
Expand file tree Collapse file tree 9 files changed +48
-1
lines changed Original file line number Diff line number Diff line change 55/// Window APIs
66/////////////////////////////
77
8+ interface AacEncoderConfig {
9+ format?: AacBitstreamFormat;
10+ }
11+
812interface AddEventListenerOptions extends EventListenerOptions {
913 once?: boolean;
1014 passive?: boolean;
@@ -146,6 +150,7 @@ interface AudioDecoderSupport {
146150}
147151
148152interface AudioEncoderConfig {
153+ aac?: AacEncoderConfig;
149154 bitrate?: number;
150155 bitrateMode?: BitrateMode;
151156 codec: string;
@@ -42419,6 +42424,7 @@ type Uint32List = Uint32Array<ArrayBufferLike> | GLuint[];
4241942424type VibratePattern = number | number[];
4242042425type WindowProxy = Window;
4242142426type XMLHttpRequestBodyInit = Blob | BufferSource | FormData | URLSearchParams | string;
42427+ type AacBitstreamFormat = "aac" | "adts";
4242242428type AlignSetting = "center" | "end" | "left" | "right" | "start";
4242342429type AlphaOption = "discard" | "keep";
4242442430type AnimationPlayState = "finished" | "idle" | "paused" | "running";
Original file line number Diff line number Diff line change 22/// Window APIs
33/////////////////////////////
44
5+ interface AacEncoderConfig {
6+ format?: AacBitstreamFormat;
7+ }
8+
59interface AddEventListenerOptions extends EventListenerOptions {
610 once?: boolean;
711 passive?: boolean;
@@ -143,6 +147,7 @@ interface AudioDecoderSupport {
143147}
144148
145149interface AudioEncoderConfig {
150+ aac?: AacEncoderConfig;
146151 bitrate?: number;
147152 bitrateMode?: BitrateMode;
148153 codec: string;
@@ -42393,6 +42398,7 @@ type Uint32List = Uint32Array | GLuint[];
4239342398type VibratePattern = number | number[];
4239442399type WindowProxy = Window;
4239542400type XMLHttpRequestBodyInit = Blob | BufferSource | FormData | URLSearchParams | string;
42401+ type AacBitstreamFormat = "aac" | "adts";
4239642402type AlignSetting = "center" | "end" | "left" | "right" | "start";
4239742403type AlphaOption = "discard" | "keep";
4239842404type AnimationPlayState = "finished" | "idle" | "paused" | "running";
Original file line number Diff line number Diff line change 22/// Worker APIs
33/////////////////////////////
44
5+ interface AacEncoderConfig {
6+ format?: AacBitstreamFormat;
7+ }
8+
59interface AddEventListenerOptions extends EventListenerOptions {
610 once?: boolean;
711 passive?: boolean;
@@ -82,6 +86,7 @@ interface AudioDecoderSupport {
8286}
8387
8488interface AudioEncoderConfig {
89+ aac?: AacEncoderConfig;
8590 bitrate?: number;
8691 bitrateMode?: BitrateMode;
8792 codec: string;
@@ -13449,6 +13454,7 @@ type Transferable = OffscreenCanvas | ImageBitmap | MessagePort | MediaSourceHan
1344913454type URLPatternInput = string | URLPatternInit;
1345013455type Uint32List = Uint32Array | GLuint[];
1345113456type XMLHttpRequestBodyInit = Blob | BufferSource | FormData | URLSearchParams | string;
13457+ type AacBitstreamFormat = "aac" | "adts";
1345213458type AlphaOption = "discard" | "keep";
1345313459type AudioSampleFormat = "f32" | "f32-planar" | "s16" | "s16-planar" | "s32" | "s32-planar" | "u8" | "u8-planar";
1345413460type AvcBitstreamFormat = "annexb" | "avc";
Original file line number Diff line number Diff line change 22/// Window APIs
33/////////////////////////////
44
5+ interface AacEncoderConfig {
6+ format?: AacBitstreamFormat;
7+ }
8+
59interface AddEventListenerOptions extends EventListenerOptions {
610 once?: boolean;
711 passive?: boolean;
@@ -143,6 +147,7 @@ interface AudioDecoderSupport {
143147}
144148
145149interface AudioEncoderConfig {
150+ aac?: AacEncoderConfig;
146151 bitrate?: number;
147152 bitrateMode?: BitrateMode;
148153 codec: string;
@@ -42416,6 +42421,7 @@ type Uint32List = Uint32Array | GLuint[];
4241642421type VibratePattern = number | number[];
4241742422type WindowProxy = Window;
4241842423type XMLHttpRequestBodyInit = Blob | BufferSource | FormData | URLSearchParams | string;
42424+ type AacBitstreamFormat = "aac" | "adts";
4241942425type AlignSetting = "center" | "end" | "left" | "right" | "start";
4242042426type AlphaOption = "discard" | "keep";
4242142427type AnimationPlayState = "finished" | "idle" | "paused" | "running";
Original file line number Diff line number Diff line change 22/// Worker APIs
33/////////////////////////////
44
5+ interface AacEncoderConfig {
6+ format?: AacBitstreamFormat;
7+ }
8+
59interface AddEventListenerOptions extends EventListenerOptions {
610 once?: boolean;
711 passive?: boolean;
@@ -82,6 +86,7 @@ interface AudioDecoderSupport {
8286}
8387
8488interface AudioEncoderConfig {
89+ aac?: AacEncoderConfig;
8590 bitrate?: number;
8691 bitrateMode?: BitrateMode;
8792 codec: string;
@@ -13449,6 +13454,7 @@ type Transferable = OffscreenCanvas | ImageBitmap | MessagePort | MediaSourceHan
1344913454type URLPatternInput = string | URLPatternInit;
1345013455type Uint32List = Uint32Array | GLuint[];
1345113456type XMLHttpRequestBodyInit = Blob | BufferSource | FormData | URLSearchParams | string;
13457+ type AacBitstreamFormat = "aac" | "adts";
1345213458type AlphaOption = "discard" | "keep";
1345313459type AudioSampleFormat = "f32" | "f32-planar" | "s16" | "s16-planar" | "s32" | "s32-planar" | "u8" | "u8-planar";
1345413460type AvcBitstreamFormat = "annexb" | "avc";
Original file line number Diff line number Diff line change 22/// Window APIs
33/////////////////////////////
44
5+ interface AacEncoderConfig {
6+ format?: AacBitstreamFormat;
7+ }
8+
59interface AddEventListenerOptions extends EventListenerOptions {
610 once?: boolean;
711 passive?: boolean;
@@ -143,6 +147,7 @@ interface AudioDecoderSupport {
143147}
144148
145149interface AudioEncoderConfig {
150+ aac?: AacEncoderConfig;
146151 bitrate?: number;
147152 bitrateMode?: BitrateMode;
148153 codec: string;
@@ -42416,6 +42421,7 @@ type Uint32List = Uint32Array<ArrayBufferLike> | GLuint[];
4241642421type VibratePattern = number | number[];
4241742422type WindowProxy = Window;
4241842423type XMLHttpRequestBodyInit = Blob | BufferSource | FormData | URLSearchParams | string;
42424+ type AacBitstreamFormat = "aac" | "adts";
4241942425type AlignSetting = "center" | "end" | "left" | "right" | "start";
4242042426type AlphaOption = "discard" | "keep";
4242142427type AnimationPlayState = "finished" | "idle" | "paused" | "running";
Original file line number Diff line number Diff line change 22/// Worker APIs
33/////////////////////////////
44
5+ interface AacEncoderConfig {
6+ format?: AacBitstreamFormat;
7+ }
8+
59interface AddEventListenerOptions extends EventListenerOptions {
610 once?: boolean;
711 passive?: boolean;
@@ -82,6 +86,7 @@ interface AudioDecoderSupport {
8286}
8387
8488interface AudioEncoderConfig {
89+ aac?: AacEncoderConfig;
8590 bitrate?: number;
8691 bitrateMode?: BitrateMode;
8792 codec: string;
@@ -13449,6 +13454,7 @@ type Transferable = OffscreenCanvas | ImageBitmap | MessagePort | MediaSourceHan
1344913454type URLPatternInput = string | URLPatternInit;
1345013455type Uint32List = Uint32Array<ArrayBufferLike> | GLuint[];
1345113456type XMLHttpRequestBodyInit = Blob | BufferSource | FormData | URLSearchParams | string;
13457+ type AacBitstreamFormat = "aac" | "adts";
1345213458type AlphaOption = "discard" | "keep";
1345313459type AudioSampleFormat = "f32" | "f32-planar" | "s16" | "s16-planar" | "s32" | "s32-planar" | "u8" | "u8-planar";
1345413460type AvcBitstreamFormat = "annexb" | "avc";
Original file line number Diff line number Diff line change 55/// Worker APIs
66/////////////////////////////
77
8+ interface AacEncoderConfig {
9+ format?: AacBitstreamFormat;
10+ }
11+
812interface AddEventListenerOptions extends EventListenerOptions {
913 once?: boolean;
1014 passive?: boolean;
@@ -85,6 +89,7 @@ interface AudioDecoderSupport {
8589}
8690
8791interface AudioEncoderConfig {
92+ aac?: AacEncoderConfig;
8893 bitrate?: number;
8994 bitrateMode?: BitrateMode;
9095 codec: string;
@@ -13452,6 +13457,7 @@ type Transferable = OffscreenCanvas | ImageBitmap | MessagePort | MediaSourceHan
1345213457type URLPatternInput = string | URLPatternInit;
1345313458type Uint32List = Uint32Array<ArrayBufferLike> | GLuint[];
1345413459type XMLHttpRequestBodyInit = Blob | BufferSource | FormData | URLSearchParams | string;
13460+ type AacBitstreamFormat = "aac" | "adts";
1345513461type AlphaOption = "discard" | "keep";
1345613462type AudioSampleFormat = "f32" | "f32-planar" | "s16" | "s16-planar" | "s32" | "s32-planar" | "u8" | "u8-planar";
1345713463type AvcBitstreamFormat = "annexb" | "avc";
Original file line number Diff line number Diff line change 129129 "AudioEncoderConfig": {
130130 "members": {
131131 "member": {
132- "aac": null, // Blink only as of 2024-09
133132 "flac": null // Blink only as of 2024-09
134133 }
135134 }
You can’t perform that action at this time.
0 commit comments