Class: Kaltura::KalturaMediaEntry
- Inherits:
-
KalturaPlayableEntry
- Object
- KalturaObjectBase
- KalturaBaseEntry
- KalturaPlayableEntry
- Kaltura::KalturaMediaEntry
- Defined in:
- lib/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 KalturaPlayableEntry
#duration, #duration_type, #height, #ms_duration, #plays, #views, #width
Attributes inherited from KalturaBaseEntry
#access_control_id, #admin_tags, #categories, #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, #user_id, #version, #votes
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#conversion_quality ⇒ Object
Returns the value of attribute conversion_quality.
1591 1592 1593 |
# File 'lib/kaltura_client.rb', line 1591 def conversion_quality @conversion_quality end |
#credit_url ⇒ Object
Returns the value of attribute credit_url.
1596 1597 1598 |
# File 'lib/kaltura_client.rb', line 1596 def credit_url @credit_url end |
#credit_user_name ⇒ Object
Returns the value of attribute credit_user_name.
1595 1596 1597 |
# File 'lib/kaltura_client.rb', line 1595 def credit_user_name @credit_user_name end |
#data_url ⇒ Object
Returns the value of attribute data_url.
1598 1599 1600 |
# File 'lib/kaltura_client.rb', line 1598 def data_url @data_url end |
#flavor_params_ids ⇒ Object
Returns the value of attribute flavor_params_ids.
1599 1600 1601 |
# File 'lib/kaltura_client.rb', line 1599 def flavor_params_ids @flavor_params_ids end |
#media_date ⇒ Object
Returns the value of attribute media_date.
1597 1598 1599 |
# File 'lib/kaltura_client.rb', line 1597 def media_date @media_date end |
#media_type ⇒ Object
Returns the value of attribute media_type.
1590 1591 1592 |
# File 'lib/kaltura_client.rb', line 1590 def media_type @media_type end |
#search_provider_id ⇒ Object
Returns the value of attribute search_provider_id.
1594 1595 1596 |
# File 'lib/kaltura_client.rb', line 1594 def search_provider_id @search_provider_id end |
#search_provider_type ⇒ Object
Returns the value of attribute search_provider_type.
1593 1594 1595 |
# File 'lib/kaltura_client.rb', line 1593 def search_provider_type @search_provider_type end |
#source_type ⇒ Object
Returns the value of attribute source_type.
1592 1593 1594 |
# File 'lib/kaltura_client.rb', line 1592 def source_type @source_type end |