@googleapis/transcoder 4.0.2 → 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 CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## [4.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/transcoder-v4.0.1...transcoder-v4.0.2) (2024-08-16)
4
11
 
5
12
 
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/transcoder",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "transcoder",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
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
  /**