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

Commit

Permalink
docs: put FPS table in code block (#88)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Jan 12, 2021
1 parent 4beb4c9 commit 65d7c6f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
Expand Up @@ -957,6 +957,7 @@ public int getBFrameCount() {
* the input FPS, and smaller or equal to the target FPS.
* The following table shows the computed video FPS given the target FPS (in
* parenthesis) and input FPS (in the first column):
* ```
* | | (30) | (60) | (25) | (50) |
* |--------|--------|--------|------|------|
* | 240 | Fail | Fail | Fail | Fail |
Expand All @@ -973,6 +974,7 @@ public int getBFrameCount() {
* | 15 | 15 | 15 | 20 | 30 |
* | 12 | 12 | 12 | 20 | 30 |
* | 10 | 10 | 10 | 20 | 30 |
* ```
* </pre>
*
* <code>double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down Expand Up @@ -3389,6 +3391,7 @@ public Builder clearBFrameCount() {
* the input FPS, and smaller or equal to the target FPS.
* The following table shows the computed video FPS given the target FPS (in
* parenthesis) and input FPS (in the first column):
* ```
* | | (30) | (60) | (25) | (50) |
* |--------|--------|--------|------|------|
* | 240 | Fail | Fail | Fail | Fail |
Expand All @@ -3405,6 +3408,7 @@ public Builder clearBFrameCount() {
* | 15 | 15 | 15 | 20 | 30 |
* | 12 | 12 | 12 | 20 | 30 |
* | 10 | 10 | 10 | 20 | 30 |
* ```
* </pre>
*
* <code>double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -3425,6 +3429,7 @@ public double getFrameRate() {
* the input FPS, and smaller or equal to the target FPS.
* The following table shows the computed video FPS given the target FPS (in
* parenthesis) and input FPS (in the first column):
* ```
* | | (30) | (60) | (25) | (50) |
* |--------|--------|--------|------|------|
* | 240 | Fail | Fail | Fail | Fail |
Expand All @@ -3441,6 +3446,7 @@ public double getFrameRate() {
* | 15 | 15 | 15 | 20 | 30 |
* | 12 | 12 | 12 | 20 | 30 |
* | 10 | 10 | 10 | 20 | 30 |
* ```
* </pre>
*
* <code>double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -3464,6 +3470,7 @@ public Builder setFrameRate(double value) {
* the input FPS, and smaller or equal to the target FPS.
* The following table shows the computed video FPS given the target FPS (in
* parenthesis) and input FPS (in the first column):
* ```
* | | (30) | (60) | (25) | (50) |
* |--------|--------|--------|------|------|
* | 240 | Fail | Fail | Fail | Fail |
Expand All @@ -3480,6 +3487,7 @@ public Builder setFrameRate(double value) {
* | 15 | 15 | 15 | 20 | 30 |
* | 12 | 12 | 12 | 20 | 30 |
* | 10 | 10 | 10 | 20 | 30 |
* ```
* </pre>
*
* <code>double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down
Expand Up @@ -450,6 +450,7 @@ public interface VideoStreamOrBuilder
* the input FPS, and smaller or equal to the target FPS.
* The following table shows the computed video FPS given the target FPS (in
* parenthesis) and input FPS (in the first column):
* ```
* | | (30) | (60) | (25) | (50) |
* |--------|--------|--------|------|------|
* | 240 | Fail | Fail | Fail | Fail |
Expand All @@ -466,6 +467,7 @@ public interface VideoStreamOrBuilder
* | 15 | 15 | 15 | 20 | 30 |
* | 12 | 12 | 12 | 20 | 30 |
* | 10 | 10 | 10 | 20 | 30 |
* ```
* </pre>
*
* <code>double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down
Expand Up @@ -654,7 +654,7 @@ message VideoStream {
//
// The following table shows the computed video FPS given the target FPS (in
// parenthesis) and input FPS (in the first column):
//
// ```
// | | (30) | (60) | (25) | (50) |
// |--------|--------|--------|------|------|
// | 240 | Fail | Fail | Fail | Fail |
Expand All @@ -671,6 +671,7 @@ message VideoStream {
// | 15 | 15 | 15 | 20 | 30 |
// | 12 | 12 | 12 | 20 | 30 |
// | 10 | 10 | 10 | 20 | 30 |
// ```
double frame_rate = 20 [(google.api.field_behavior) = REQUIRED];

// Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
"internalRef": "346372957"
"sha": "2ccf8f460800e98884d1aa4ba61e344ad4cd5d04",
"internalRef": "348857882"
}
},
{
Expand Down

0 comments on commit 65d7c6f

Please sign in to comment.