@googleapis/transcoder 4.0.3 → 4.0.5
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 +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.0.5](https://github.com/googleapis/google-api-nodejs-client/compare/transcoder-v4.0.4...transcoder-v4.0.5) (2025-03-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **transcoder:** update the API ([b599b7a](https://github.com/googleapis/google-api-nodejs-client/commit/b599b7ac4d0021b2a92959fddedaabb2406d9581))
|
|
9
|
+
* **transcoder:** update the API ([4e61224](https://github.com/googleapis/google-api-nodejs-client/commit/4e6122476c0cc4dca24d3dd203ee10ebf01429e6))
|
|
10
|
+
|
|
11
|
+
## [4.0.4](https://github.com/googleapis/google-api-nodejs-client/compare/transcoder-v4.0.3...transcoder-v4.0.4) (2025-03-18)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **transcoder:** update the API ([b599b7a](https://github.com/googleapis/google-api-nodejs-client/commit/b599b7ac4d0021b2a92959fddedaabb2406d9581))
|
|
17
|
+
|
|
3
18
|
## [4.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/transcoder-v4.0.2...transcoder-v4.0.3) (2025-02-04)
|
|
4
19
|
|
|
5
20
|
|
package/build/v1.d.ts
CHANGED
|
@@ -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
|
|
907
|
+
* 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)
|
|
908
908
|
*/
|
|
909
909
|
container?: string | null;
|
|
910
910
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -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
|
|
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)
|
|
948
948
|
*/
|
|
949
949
|
container?: string | null;
|
|
950
950
|
/**
|