Skip to content

Commit b599b7a

Browse files
fix(transcoder): update the API
#### transcoder:v1 The following keys were changed: - schemas.MuxStream.properties.container.description
1 parent 948c103 commit b599b7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/transcoder-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
}
386386
}
387387
},
388-
"revision": "20241009",
388+
"revision": "20250219",
389389
"rootUrl": "https://transcoder.googleapis.com/",
390390
"schemas": {
391391
"AdBreak": {
@@ -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` - `ogg` 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 streaming formats: - `ts` - `fmp4`- the corresponding file extension is `.m4s` Supported standalone file formats: - `mp4` - `mp3` - `ogg` - `vtt` 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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` - `ogg` 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 streaming formats: - `ts` - `fmp4`- the corresponding file extension is `.m4s` Supported standalone file formats: - `mp4` - `mp3` - `ogg` - `vtt` 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)