You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/transcoder-v1.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -385,7 +385,7 @@
385
385
}
386
386
}
387
387
},
388
-
"revision": "20250219",
388
+
"revision": "20250630",
389
389
"rootUrl": "https://transcoder.googleapis.com/",
390
390
"schemas": {
391
391
"AdBreak": {
@@ -1200,6 +1200,10 @@
1200
1200
"description": "Output only. An error object that describes the reason for the failure. This property is always present when ProcessingState is `FAILED`.",
1201
1201
"readOnly": true
1202
1202
},
1203
+
"fillContentGaps": {
1204
+
"description": "Optional. Insert silence and duplicate frames when timestamp gaps are detected in a given stream.",
1205
+
"type": "boolean"
1206
+
},
1203
1207
"inputUri": {
1204
1208
"description": "Input only. Specify the `input_uri` to populate empty `uri` fields in each element of `Job.config.inputs` or `JobTemplate.config.inputs` when using template. URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`). See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).",
* Output only. An error object that describes the reason for the failure. This property is always present when ProcessingState is `FAILED`.
769
769
*/
770
770
error?: Schema$Status;
771
+
/**
772
+
* Optional. Insert silence and duplicate frames when timestamp gaps are detected in a given stream.
773
+
*/
774
+
fillContentGaps?: boolean|null;
771
775
/**
772
776
* Input only. Specify the `input_uri` to populate empty `uri` fields in each element of `Job.config.inputs` or `JobTemplate.config.inputs` when using template. URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`). See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
0 commit comments