Sha256: c7b6d6d3d2a52d17ca89ba1476fbf7f12cc07184a4f1fb24a2ee27f2c1435d59
Contents?: true
Size: 467 Bytes
Versions: 10
Compression:
Stored size: 467 Bytes
Contents
module Kaltura module Constants ## # The constants module will soon be depreciated into an Enumeration module to # be more in line with the C# API client's namespacing. # # @see Kaltura::FlavorAsset ## class FlavorAssetStatus ERROR = -1 #error state. QUEUED = 0 #queued for conversion. CONVERTING = 1 #converting state. READY = 2 #ready state. DELETED = 3 #deleted state. NOT_APPLICABLE = 4 # N/A end end end
Version data entries
10 entries across 10 versions & 2 rubygems