Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 65d7c6f

Browse files
docs: put FPS table in code block (#88)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/3fc1ee75-f130-4853-926c-b62d72d389c1/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 348857882 Source-Link: googleapis/googleapis@2ccf8f4
1 parent 4beb4c9 commit 65d7c6f

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStream.java

+8
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ public int getBFrameCount() {
957957
* the input FPS, and smaller or equal to the target FPS.
958958
* The following table shows the computed video FPS given the target FPS (in
959959
* parenthesis) and input FPS (in the first column):
960+
* ```
960961
* | | (30) | (60) | (25) | (50) |
961962
* |--------|--------|--------|------|------|
962963
* | 240 | Fail | Fail | Fail | Fail |
@@ -973,6 +974,7 @@ public int getBFrameCount() {
973974
* | 15 | 15 | 15 | 20 | 30 |
974975
* | 12 | 12 | 12 | 20 | 30 |
975976
* | 10 | 10 | 10 | 20 | 30 |
977+
* ```
976978
* </pre>
977979
*
978980
* <code>double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -3389,6 +3391,7 @@ public Builder clearBFrameCount() {
33893391
* the input FPS, and smaller or equal to the target FPS.
33903392
* The following table shows the computed video FPS given the target FPS (in
33913393
* parenthesis) and input FPS (in the first column):
3394+
* ```
33923395
* | | (30) | (60) | (25) | (50) |
33933396
* |--------|--------|--------|------|------|
33943397
* | 240 | Fail | Fail | Fail | Fail |
@@ -3405,6 +3408,7 @@ public Builder clearBFrameCount() {
34053408
* | 15 | 15 | 15 | 20 | 30 |
34063409
* | 12 | 12 | 12 | 20 | 30 |
34073410
* | 10 | 10 | 10 | 20 | 30 |
3411+
* ```
34083412
* </pre>
34093413
*
34103414
* <code>double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -3425,6 +3429,7 @@ public double getFrameRate() {
34253429
* the input FPS, and smaller or equal to the target FPS.
34263430
* The following table shows the computed video FPS given the target FPS (in
34273431
* parenthesis) and input FPS (in the first column):
3432+
* ```
34283433
* | | (30) | (60) | (25) | (50) |
34293434
* |--------|--------|--------|------|------|
34303435
* | 240 | Fail | Fail | Fail | Fail |
@@ -3441,6 +3446,7 @@ public double getFrameRate() {
34413446
* | 15 | 15 | 15 | 20 | 30 |
34423447
* | 12 | 12 | 12 | 20 | 30 |
34433448
* | 10 | 10 | 10 | 20 | 30 |
3449+
* ```
34443450
* </pre>
34453451
*
34463452
* <code>double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -3464,6 +3470,7 @@ public Builder setFrameRate(double value) {
34643470
* the input FPS, and smaller or equal to the target FPS.
34653471
* The following table shows the computed video FPS given the target FPS (in
34663472
* parenthesis) and input FPS (in the first column):
3473+
* ```
34673474
* | | (30) | (60) | (25) | (50) |
34683475
* |--------|--------|--------|------|------|
34693476
* | 240 | Fail | Fail | Fail | Fail |
@@ -3480,6 +3487,7 @@ public Builder setFrameRate(double value) {
34803487
* | 15 | 15 | 15 | 20 | 30 |
34813488
* | 12 | 12 | 12 | 20 | 30 |
34823489
* | 10 | 10 | 10 | 20 | 30 |
3490+
* ```
34833491
* </pre>
34843492
*
34853493
* <code>double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED];</code>

proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStreamOrBuilder.java

+2
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ public interface VideoStreamOrBuilder
450450
* the input FPS, and smaller or equal to the target FPS.
451451
* The following table shows the computed video FPS given the target FPS (in
452452
* parenthesis) and input FPS (in the first column):
453+
* ```
453454
* | | (30) | (60) | (25) | (50) |
454455
* |--------|--------|--------|------|------|
455456
* | 240 | Fail | Fail | Fail | Fail |
@@ -466,6 +467,7 @@ public interface VideoStreamOrBuilder
466467
* | 15 | 15 | 15 | 20 | 30 |
467468
* | 12 | 12 | 12 | 20 | 30 |
468469
* | 10 | 10 | 10 | 20 | 30 |
470+
* ```
469471
* </pre>
470472
*
471473
* <code>double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED];</code>

proto-google-cloud-video-transcoder-v1beta1/src/main/proto/google/cloud/video/transcoder/v1beta1/resources.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ message VideoStream {
654654
//
655655
// The following table shows the computed video FPS given the target FPS (in
656656
// parenthesis) and input FPS (in the first column):
657-
//
657+
// ```
658658
// | | (30) | (60) | (25) | (50) |
659659
// |--------|--------|--------|------|------|
660660
// | 240 | Fail | Fail | Fail | Fail |
@@ -671,6 +671,7 @@ message VideoStream {
671671
// | 15 | 15 | 15 | 20 | 30 |
672672
// | 12 | 12 | 12 | 20 | 30 |
673673
// | 10 | 10 | 10 | 20 | 30 |
674+
// ```
674675
double frame_rate = 20 [(google.api.field_behavior) = REQUIRED];
675676

676677
// Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
15-
"internalRef": "346372957"
14+
"sha": "2ccf8f460800e98884d1aa4ba61e344ad4cd5d04",
15+
"internalRef": "348857882"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)