Module: Imagekitio::Models::StreamingResolution
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/imagekitio/models/streaming_resolution.rb
Overview
Available streaming resolutions for [adaptive bitrate streaming](imagekit.io/docs/adaptive-bitrate-streaming)
Constant Summary collapse
- STREAMING_RESOLUTION_240 =
:"240"- STREAMING_RESOLUTION_360 =
:"360"- STREAMING_RESOLUTION_480 =
:"480"- STREAMING_RESOLUTION_720 =
:"720"- STREAMING_RESOLUTION_1080 =
:"1080"- STREAMING_RESOLUTION_1440 =
:"1440"- STREAMING_RESOLUTION_2160 =
:"2160"
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/imagekitio/models/streaming_resolution.rb', line 18
|