@googleapis/transcoder 4.0.1 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/build/v1.d.ts +2 -2
- package/package.json +1 -1
- package/v1.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/transcoder-v4.0.2...transcoder-v4.0.3) (2025-02-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **transcoder:** update the API ([4e61224](https://github.com/googleapis/google-api-nodejs-client/commit/4e6122476c0cc4dca24d3dd203ee10ebf01429e6))
|
|
9
|
+
|
|
10
|
+
## [4.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/transcoder-v4.0.1...transcoder-v4.0.2) (2024-08-16)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **transcoder:** update the API ([c1833ab](https://github.com/googleapis/google-api-nodejs-client/commit/c1833ab97d3b868a5e2efdb219419129f43641cf))
|
|
16
|
+
* **transcoder:** update the API ([1799ca0](https://github.com/googleapis/google-api-nodejs-client/commit/1799ca0e2b6c03a21e2dfecfcdd20efaf866222f))
|
|
17
|
+
|
|
3
18
|
## [4.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/transcoder-v4.0.0...transcoder-v4.0.1) (2024-08-16)
|
|
4
19
|
|
|
5
20
|
|
package/build/v1.d.ts
CHANGED
|
@@ -208,7 +208,7 @@ export declare namespace transcoder_v1 {
|
|
|
208
208
|
*/
|
|
209
209
|
channelLayout?: string[] | null;
|
|
210
210
|
/**
|
|
211
|
-
* The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
|
|
211
|
+
* The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3` - `vorbis`
|
|
212
212
|
*/
|
|
213
213
|
codec?: string | null;
|
|
214
214
|
/**
|
|
@@ -904,7 +904,7 @@ export declare namespace transcoder_v1 {
|
|
|
904
904
|
*/
|
|
905
905
|
export interface Schema$MuxStream {
|
|
906
906
|
/**
|
|
907
|
-
* The container format. The default is `mp4` Supported container formats: - `ts` - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt` See also: [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats)
|
|
907
|
+
* The container format. The default is `mp4` Supported container formats: - `ts` - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt` - `ogg` See also: [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats)
|
|
908
908
|
*/
|
|
909
909
|
container?: string | null;
|
|
910
910
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -260,7 +260,7 @@ export namespace transcoder_v1 {
|
|
|
260
260
|
*/
|
|
261
261
|
channelLayout?: string[] | null;
|
|
262
262
|
/**
|
|
263
|
-
* The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
|
|
263
|
+
* The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3` - `vorbis`
|
|
264
264
|
*/
|
|
265
265
|
codec?: string | null;
|
|
266
266
|
/**
|
|
@@ -944,7 +944,7 @@ export namespace transcoder_v1 {
|
|
|
944
944
|
*/
|
|
945
945
|
export interface Schema$MuxStream {
|
|
946
946
|
/**
|
|
947
|
-
* The container format. The default is `mp4` Supported container formats: - `ts` - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt` See also: [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats)
|
|
947
|
+
* The container format. The default is `mp4` Supported container formats: - `ts` - `fmp4`- the corresponding file extension is `.m4s` - `mp4` - `vtt` - `ogg` See also: [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats)
|
|
948
948
|
*/
|
|
949
949
|
container?: string | null;
|
|
950
950
|
/**
|