spriteHeightPixels property
Required. The height of sprite in pixels. Must be an even integer. To
preserve the source aspect ratio, set the
google.cloud.video.transcoder.v1.SpriteSheet.sprite_height_pixels
field or the
google.cloud.video.transcoder.v1.SpriteSheet.sprite_width_pixels
field, but not both (the API will automatically calculate the missing
field).
For portrait videos that contain horizontal ASR and rotation metadata, provide the height, in pixels, per the horizontal ASR. The API calculates the width per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
Implementation
@$pb.TagNumber(4)
$core.int get spriteHeightPixels => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set spriteHeightPixels($core.int v) { $_setSignedInt32(3, v); }