Module: WhopSDK::Models::MediaAsset::Generation::Resolution
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/media_asset.rb,
sig/whop_sdk/models/media_asset.rbs
Overview
Requested video resolution. null for images. 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"
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[WhopSDK::Models::MediaAsset::Generation::resolution]
122 |
# File 'sig/whop_sdk/models/media_asset.rbs', line 122
def self?.values: -> ::Array[WhopSDK::Models::MediaAsset::Generation::resolution]
|