diff --git a/google/cloud/video/transcoder_v1/types/resources.py b/google/cloud/video/transcoder_v1/types/resources.py index 0e0fa65..72ebfd2 100644 --- a/google/cloud/video/transcoder_v1/types/resources.py +++ b/google/cloud/video/transcoder_v1/types/resources.py @@ -1500,6 +1500,7 @@ class H264CodecSettings(proto.Message): adjusted to match the specified height and input aspect ratio. If both are omitted, the input width is used. + For portrait videos that contain horizontal ASR and rotation metadata, provide the width, in pixels, per the horizontal ASR. The API @@ -1512,6 +1513,7 @@ class H264CodecSettings(proto.Message): adjusted to match the specified width and input aspect ratio. If both are omitted, the input height is used. + For portrait videos that contain horizontal ASR and rotation metadata, provide the height, in pixels, per the horizontal ASR. The API @@ -1733,6 +1735,7 @@ class H265CodecSettings(proto.Message): adjusted to match the specified height and input aspect ratio. If both are omitted, the input width is used. + For portrait videos that contain horizontal ASR and rotation metadata, provide the width, in pixels, per the horizontal ASR. The API @@ -1745,6 +1748,7 @@ class H265CodecSettings(proto.Message): adjusted to match the specified width and input aspect ratio. If both are omitted, the input height is used. + For portrait videos that contain horizontal ASR and rotation metadata, provide the height, in pixels, per the horizontal ASR. The API @@ -1975,6 +1979,7 @@ class Vp9CodecSettings(proto.Message): adjusted to match the specified height and input aspect ratio. If both are omitted, the input width is used. + For portrait videos that contain horizontal ASR and rotation metadata, provide the width, in pixels, per the horizontal ASR. The API @@ -1987,6 +1992,7 @@ class Vp9CodecSettings(proto.Message): adjusted to match the specified width and input aspect ratio. If both are omitted, the input height is used. + For portrait videos that contain horizontal ASR and rotation metadata, provide the height, in pixels, per the horizontal ASR. The API diff --git a/samples/generated_samples/snippet_metadata_google.cloud.video.transcoder.v1.json b/samples/generated_samples/snippet_metadata_google.cloud.video.transcoder.v1.json index 6dea80b..2c7572e 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.video.transcoder.v1.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.video.transcoder.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-video-transcoder", - "version": "1.10.0" + "version": "0.1.0" }, "snippets": [ {