Live Stream V1 API - Module Google::Cloud::Video::LiveStream::V1::Input::Tier (v2.4.0)

Reference documentation and code samples for the Live Stream V1 API module Google::Cloud::Video::LiveStream::V1::Input::Tier.

Tier of the input specification.

Constants

TIER_UNSPECIFIED

value: 0
Tier is not specified.

SD

value: 1
Resolution < 1280x720. Bitrate <= 6 Mbps. FPS <= 60.

HD

value: 2
Resolution <= 1920x1080. Bitrate <= 25 Mbps. FPS <= 60.

UHD

value: 3
Resolution <= 4096x2160. Bitrate <= 50 Mbps. FPS <= 60.

SD_H265

value: 4
Resolution <= 1280x720. Bitrate <= 6 Mbps. FPS <= 60. H265 codec.

HD_H265

value: 5
Resolution <= 1920x1080. Bitrate <= 25 Mbps. FPS <= 60. H265 codec.

UHD_H265

value: 6
Resolution <= 4096x2160. Bitrate <= 50 Mbps. FPS <= 60. H265 codec.