VideoResolution

enum VideoResolution : ProtocolMessageEnum
Describes resolutions at which video assets may be made available.
Protobuf enum elide.page.VideoResolution

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val HD_VALUE: Int = 1
The video is available in HD (720p/720i-1080p/1080i) form.
HD = 1;
Link copied to clipboard
val LOW_VALUE: Int = 0
The video is available in low-res form.
LOW = 0;
Link copied to clipboard
val UHD_VALUE: Int = 2
The video is available in 4K Ultra HD (UHD).
UHD = 2;

Functions

Link copied to clipboard
open fun forNumber(value: Int): VideoResolution
Link copied to clipboard
fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<VideoResolution>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): VideoResolution
open fun valueOf(value: Int): VideoResolution

open fun valueOf(name: String): VideoResolution

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.