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
Override the default conversion quality.
-
#credit_url ⇒ Object
The URL for credits.
-
#credit_user_name ⇒ Object
The user name used for credits.
-
#data_url ⇒ Object
The URL used for playback.
-
#flavor_params_ids ⇒ Object
Comma separated flavor params ids that exists for this media entry.
-
#media_date ⇒ Object
The media date extracted from EXIF data (For images) as Unix timestamp (In seconds).
-
#media_type ⇒ Object
The media type of the entry.
-
#search_provider_id ⇒ Object
The ID of the media in the importing site.
-
#search_provider_type ⇒ Object
The search provider type used to import this entry.
-
#source_type ⇒ Object
The source type of the entry.
Attributes inherited from KalturaPlayableEntry
#duration, #duration_type, #height, #last_played_at, #ms_duration, #plays, #views, #width
Attributes inherited from KalturaBaseEntry
#access_control_id, #admin_tags, #categories, #categories_ids, #conversion_profile_id, #created_at, #creator_id, #description, #download_url, #end_date, #entitled_users_edit, #entitled_users_publish, #group_id, #id, #license_type, #moderation_count, #moderation_status, #name, #operation_attributes, #partner_data, #partner_id, #partner_sort_value, #rank, #redirect_entry_id, #reference_id, #replaced_entry_id, #replacement_status, #replacing_entry_id, #root_entry_id, #search_text, #start_date, #status, #tags, #thumbnail_url, #total_rank, #type, #updated_at, #user_id, #version, #votes
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#conversion_quality ⇒ Object
Override the default conversion quality
3695 3696 3697 |
# File 'lib/kaltura_client.rb', line 3695 def conversion_quality @conversion_quality end |
#credit_url ⇒ Object
The URL for credits
3710 3711 3712 |
# File 'lib/kaltura_client.rb', line 3710 def credit_url @credit_url end |
#credit_user_name ⇒ Object
The user name used for credits
3707 3708 3709 |
# File 'lib/kaltura_client.rb', line 3707 def credit_user_name @credit_user_name end |
#data_url ⇒ Object
The URL used for playback. This is not the download URL.
3716 3717 3718 |
# File 'lib/kaltura_client.rb', line 3716 def data_url @data_url end |
#flavor_params_ids ⇒ Object
Comma separated flavor params ids that exists for this media entry
3719 3720 3721 |
# File 'lib/kaltura_client.rb', line 3719 def flavor_params_ids @flavor_params_ids end |
#media_date ⇒ Object
The media date extracted from EXIF data (For images) as Unix timestamp (In seconds)
3713 3714 3715 |
# File 'lib/kaltura_client.rb', line 3713 def media_date @media_date end |
#media_type ⇒ Object
The media type of the entry
3692 3693 3694 |
# File 'lib/kaltura_client.rb', line 3692 def media_type @media_type end |
#search_provider_id ⇒ Object
The ID of the media in the importing site
3704 3705 3706 |
# File 'lib/kaltura_client.rb', line 3704 def search_provider_id @search_provider_id end |
#search_provider_type ⇒ Object
The search provider type used to import this entry
3701 3702 3703 |
# File 'lib/kaltura_client.rb', line 3701 def search_provider_type @search_provider_type end |
#source_type ⇒ Object
The source type of the entry
3698 3699 3700 |
# File 'lib/kaltura_client.rb', line 3698 def source_type @source_type end |