Class: Kaltura::Constants::FlavorAssetStatus
- Inherits:
-
Object
- Object
- Kaltura::Constants::FlavorAssetStatus
- Defined in:
- lib/kaltura/constants/flavor_asset_status.rb
Overview
The constants module will soon be depreciated into an Enumeration module to be more in line with the C# API client’s namespacing.
Constant Summary collapse
- ERROR =
error state.
-1 #error state.
- QUEUED =
queued for conversion.
0
- CONVERTING =
converting state.
1
- READY =
ready state.
2
- DELETED =
deleted state.
3
- NOT_APPLICABLE =
N/A
4