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 \ InputMethods
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. Not supported yet.
Generated from protobuf enum UHD = 3;