Class: Kaltura::KalturaAssetParams
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaAssetParams
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
KalturaAssetParamsOutput, KalturaCaptionParams, KalturaFlavorParams, KalturaThumbParams
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Creation date as Unix timestamp (In seconds).
-
#description ⇒ Object
The description of the Flavor Params.
-
#id ⇒ Object
The id of the Flavor Params.
-
#is_system_default ⇒ Object
True if those Flavor Params are part of system defaults.
-
#media_parser_type ⇒ Object
Media parser type to be used for post-conversion validation.
-
#name ⇒ Object
The name of the Flavor Params.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#remote_storage_profile_ids ⇒ Object
Comma seperated ids of remote storage profiles that the flavor distributed to, the distribution done by the conversion engine.
-
#required_permissions ⇒ Object
Array of partner permisison names that required for using this asset params.
-
#source_asset_params_ids ⇒ Object
Comma seperated ids of source flavor params this flavor is created from.
-
#source_remote_storage_profile_id ⇒ Object
Id of remote storage profile that used to get the source, zero indicates Kaltura data center.
-
#system_name ⇒ Object
System name of the Flavor Params.
-
#tags ⇒ Object
The Flavor Params tags are used to identify the flavor for different usage (e.g. web, hd, mobile).
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Creation date as Unix timestamp (In seconds)
2562 2563 2564 |
# File 'lib/kaltura_client.rb', line 2562 def created_at @created_at end |
#description ⇒ Object
The description of the Flavor Params
2559 2560 2561 |
# File 'lib/kaltura_client.rb', line 2559 def description @description end |
#id ⇒ Object
The id of the Flavor Params
2549 2550 2551 |
# File 'lib/kaltura_client.rb', line 2549 def id @id end |
#is_system_default ⇒ Object
True if those Flavor Params are part of system defaults
2565 2566 2567 |
# File 'lib/kaltura_client.rb', line 2565 def is_system_default @is_system_default end |
#media_parser_type ⇒ Object
Media parser type to be used for post-conversion validation
2580 2581 2582 |
# File 'lib/kaltura_client.rb', line 2580 def media_parser_type @media_parser_type end |
#name ⇒ Object
The name of the Flavor Params
2553 2554 2555 |
# File 'lib/kaltura_client.rb', line 2553 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2550 2551 2552 |
# File 'lib/kaltura_client.rb', line 2550 def partner_id @partner_id end |
#remote_storage_profile_ids ⇒ Object
Comma seperated ids of remote storage profiles that the flavor distributed to, the distribution done by the conversion engine
2577 2578 2579 |
# File 'lib/kaltura_client.rb', line 2577 def remote_storage_profile_ids @remote_storage_profile_ids end |
#required_permissions ⇒ Object
Array of partner permisison names that required for using this asset params
2571 2572 2573 |
# File 'lib/kaltura_client.rb', line 2571 def @required_permissions end |
#source_asset_params_ids ⇒ Object
Comma seperated ids of source flavor params this flavor is created from
2583 2584 2585 |
# File 'lib/kaltura_client.rb', line 2583 def source_asset_params_ids @source_asset_params_ids end |
#source_remote_storage_profile_id ⇒ Object
Id of remote storage profile that used to get the source, zero indicates Kaltura data center
2574 2575 2576 |
# File 'lib/kaltura_client.rb', line 2574 def source_remote_storage_profile_id @source_remote_storage_profile_id end |
#system_name ⇒ Object
System name of the Flavor Params
2556 2557 2558 |
# File 'lib/kaltura_client.rb', line 2556 def system_name @system_name end |
#tags ⇒ Object
The Flavor Params tags are used to identify the flavor for different usage (e.g. web, hd, mobile)
2568 2569 2570 |
# File 'lib/kaltura_client.rb', line 2568 def @tags end |