Module: WhopSDK::Models::MediaGenerateParams::Resolution
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/media_generate_params.rb,
sig/whop_sdk/models/media_generate_params.rbs
Overview
Video resolution. Video only; defaults to 1080p. 1080p is not supported by
Seedance 2.0 Fast or Mini; 4k is only supported by Seedance 2.0.
Constant Summary collapse
- RESOLUTION_480P =
:"480p"- RESOLUTION_720P =
:"720p"- RESOLUTION_1080P =
:"1080p"- RESOLUTION_4K =
:"4k"
Class Method Summary collapse
Instance 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/whop_sdk/models/media_generate_params.rb', line 100
|
Instance Method Details
#self?.values ⇒ ::Array[WhopSDK::Models::MediaGenerateParams::resolution]
95 |
# File 'sig/whop_sdk/models/media_generate_params.rbs', line 95
def self?.values: -> ::Array[WhopSDK::Models::MediaGenerateParams::resolution]
|