Google Cloud Video Live Stream V1 Client - Class Tier (1.3.0)

Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class Tier.

Tier of the input specification.

Protobuf type google.cloud.video.livestream.v1.Input.Tier

Namespace

Google \ Cloud \ Video \ LiveStream \ V1 \ Input

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TIER_UNSPECIFIED

Value: 0

Tier is not specified.

Generated from protobuf enum TIER_UNSPECIFIED = 0;

SD

Value: 1

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

Generated from protobuf enum SD = 1;

HD

Value: 2

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

Generated from protobuf enum HD = 2;

UHD

Value: 3

Resolution <= 4096x2160. Bitrate <= 50 Mbps. FPS <= 60.

Generated from protobuf enum UHD = 3;

SD_H265

Value: 4

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

Generated from protobuf enum SD_H265 = 4;

HD_H265

Value: 5

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

Generated from protobuf enum HD_H265 = 5;

UHD_H265

Value: 6

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

Generated from protobuf enum UHD_H265 = 6;