Module: Google::Cloud::Video::LiveStream::V1::Input::Tier

Defined in:
proto_docs/google/cloud/video/livestream/v1/resources.rb

Overview

Tier of the input specification.

Constant Summary collapse

TIER_UNSPECIFIED =

Tier is not specified.

0
SD =

Resolution < 1280x720. Bitrate <= 6 Mbps. FPS <= 60.

1
HD =

Resolution <= 1920x1080. Bitrate <= 25 Mbps. FPS <= 60.

2
UHD =

Resolution <= 4096x2160. Not supported yet.

3