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

docs: put FPS table in code block #88

Merged
merged 1 commit into from
Jan 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: put FPS table in code block
PiperOrigin-RevId: 348857882

Source-Author: Google APIs <[email protected]>
Source-Date: Wed Dec 23 15:47:05 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 2ccf8f460800e98884d1aa4ba61e344ad4cd5d04
Source-Link: googleapis/googleapis@2ccf8f4
  • Loading branch information
yoshi-automation committed Dec 24, 2020
commit dd4c96e3dc55c4302acfbd516c7800f0fd232a50
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
"sha": "b884b5161f58a176e838b9203fb005b33b924f69"
"sha": "d749dd51fe7de54f07b34a21c97fc937da9ea504"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
"internalRef": "346372957"
"sha": "2ccf8f460800e98884d1aa4ba61e344ad4cd5d04",
"internalRef": "348857882"
}
},
{
Expand Down