public enum Input.Types.Tier
Reference documentation and code samples for the Live Stream v1 API enum Input.Types.Tier.
Tier of the input specification.
Namespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Fields |
|
---|---|
Name | Description |
Hd |
Resolution <= 1920x1080. Bitrate <= 25 Mbps. FPS <= 60. |
HdH265 |
Resolution <= 1920x1080. Bitrate <= 25 Mbps. FPS <= 60. H265 codec. |
Sd |
Resolution < 1280x720. Bitrate <= 6 Mbps. FPS <= 60. |
SdH265 |
Resolution <= 1280x720. Bitrate <= 6 Mbps. FPS <= 60. H265 codec. |
Uhd |
Resolution <= 4096x2160. Bitrate <= 50 Mbps. FPS <= 60. |
UhdH265 |
Resolution <= 4096x2160. Bitrate <= 50 Mbps. FPS <= 60. H265 codec. |
Unspecified |
Tier is not specified. |