Skip to content

Commit 4e61224

Browse files
yoshi-automationsofisl
authored andcommitted
fix(transcoder): update the API
#### transcoder:v1 The following keys were changed: - schemas.AudioStream.properties.codec.description - schemas.MuxStream.properties.container.description
1 parent 5c0a386 commit 4e61224

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎discovery/transcoder-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
}
386386
}
387387
},
388-
"revision": "20240626",
388+
"revision": "20241009",
389389
"rootUrl": "https://transcoder.googleapis.com/",
390390
"schemas": {
391391
"AdBreak": {
@@ -565,7 +565,7 @@
565565
"type": "array"
566566
},
567567
"codec": {
568-
"description": "The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`",
568+
"description": "The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3` - `vorbis`",
569569
"type": "string"
570570
},
571571
"displayName": {
@@ -1486,7 +1486,7 @@
14861486
"id": "MuxStream",
14871487
"properties": {
14881488
"container": {
1489-
"description": "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)",
1489+
"description": "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)",
14901490
"type": "string"
14911491
},
14921492
"elementaryStreams": {

‎src/apis/transcoder/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export namespace transcoder_v1 {
260260
*/
261261
channelLayout?: string[] | null;
262262
/**
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`
264264
*/
265265
codec?: string | null;
266266
/**
@@ -944,7 +944,7 @@ export namespace transcoder_v1 {
944944
*/
945945
export interface Schema$MuxStream {
946946
/**
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)
948948
*/
949949
container?: string | null;
950950
/**

0 commit comments

Comments
 (0)