Class: Kaltura::MediaEntry
- Inherits:
-
PlayableEntry
- Object
- ObjectBase
- BaseEntry
- PlayableEntry
- Kaltura::MediaEntry
- Defined in:
- lib/kaltura/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#conversion_quality ⇒ Object
Returns the value of attribute conversion_quality.
-
#credit_url ⇒ Object
Returns the value of attribute credit_url.
-
#credit_user_name ⇒ Object
Returns the value of attribute credit_user_name.
-
#data_url ⇒ Object
Returns the value of attribute data_url.
-
#flavor_params_ids ⇒ Object
Returns the value of attribute flavor_params_ids.
-
#media_date ⇒ Object
Returns the value of attribute media_date.
-
#media_type ⇒ Object
Returns the value of attribute media_type.
-
#search_provider_id ⇒ Object
Returns the value of attribute search_provider_id.
-
#search_provider_type ⇒ Object
Returns the value of attribute search_provider_type.
-
#source_type ⇒ Object
Returns the value of attribute source_type.
Attributes inherited from PlayableEntry
#duration, #duration_type, #height, #ms_duration, #plays, #views, #width
Attributes inherited from BaseEntry
#access_control_id, #admin_tags, #categories, #categories_ids, #created_at, #description, #download_url, #end_date, #group_id, #id, #license_type, #moderation_count, #moderation_status, #name, #partner_data, #partner_id, #rank, #search_text, #start_date, #status, #tags, #thumbnail_url, #total_rank, #type, #updated_at, #user_id, #version, #votes
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#conversion_quality ⇒ Object
Returns the value of attribute conversion_quality.
433 434 435 |
# File 'lib/kaltura/kaltura_client.rb', line 433 def conversion_quality @conversion_quality end |
#credit_url ⇒ Object
Returns the value of attribute credit_url.
438 439 440 |
# File 'lib/kaltura/kaltura_client.rb', line 438 def credit_url @credit_url end |
#credit_user_name ⇒ Object
Returns the value of attribute credit_user_name.
437 438 439 |
# File 'lib/kaltura/kaltura_client.rb', line 437 def credit_user_name @credit_user_name end |
#data_url ⇒ Object
Returns the value of attribute data_url.
440 441 442 |
# File 'lib/kaltura/kaltura_client.rb', line 440 def data_url @data_url end |
#flavor_params_ids ⇒ Object
Returns the value of attribute flavor_params_ids.
441 442 443 |
# File 'lib/kaltura/kaltura_client.rb', line 441 def flavor_params_ids @flavor_params_ids end |
#media_date ⇒ Object
Returns the value of attribute media_date.
439 440 441 |
# File 'lib/kaltura/kaltura_client.rb', line 439 def media_date @media_date end |
#media_type ⇒ Object
Returns the value of attribute media_type.
432 433 434 |
# File 'lib/kaltura/kaltura_client.rb', line 432 def media_type @media_type end |
#search_provider_id ⇒ Object
Returns the value of attribute search_provider_id.
436 437 438 |
# File 'lib/kaltura/kaltura_client.rb', line 436 def search_provider_id @search_provider_id end |
#search_provider_type ⇒ Object
Returns the value of attribute search_provider_type.
435 436 437 |
# File 'lib/kaltura/kaltura_client.rb', line 435 def search_provider_type @search_provider_type end |
#source_type ⇒ Object
Returns the value of attribute source_type.
434 435 436 |
# File 'lib/kaltura/kaltura_client.rb', line 434 def source_type @source_type end |