docs: put FPS table in code block

PiperOrigin-RevId: 348857882
This commit is contained in:
Google APIs 2020-12-23 15:47:05 -08:00 committed by Copybara-Service
parent 57fc4a8a94
commit 2ccf8f4608
1 changed files with 2 additions and 1 deletions

View File

@ -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 |
@ -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