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
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStream.java
+8
Original file line number
Diff line number
Diff line change
@@ -957,6 +957,7 @@ public int getBFrameCount() {
957
957
* the input FPS, and smaller or equal to the target FPS.
958
958
* The following table shows the computed video FPS given the target FPS (in
959
959
* parenthesis) and input FPS (in the first column):
Copy file name to clipboardExpand all lines: proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStreamOrBuilder.java
+2
Original file line number
Diff line number
Diff line change
@@ -450,6 +450,7 @@ public interface VideoStreamOrBuilder
450
450
* the input FPS, and smaller or equal to the target FPS.
451
451
* The following table shows the computed video FPS given the target FPS (in
452
452
* parenthesis) and input FPS (in the first column):
453
+
* ```
453
454
* | | (30) | (60) | (25) | (50) |
454
455
* |--------|--------|--------|------|------|
455
456
* | 240 | Fail | Fail | Fail | Fail |
@@ -466,6 +467,7 @@ public interface VideoStreamOrBuilder
Copy file name to clipboardExpand all lines: proto-google-cloud-video-transcoder-v1beta1/src/main/proto/google/cloud/video/transcoder/v1beta1/resources.proto
+2-1
Original file line number
Diff line number
Diff line change
@@ -654,7 +654,7 @@ message VideoStream {
654
654
//
655
655
// The following table shows the computed video FPS given the target FPS (in
656
656
// parenthesis) and input FPS (in the first column):
0 commit comments