Class: KalturaApi::KalturaMediaEntry

Inherits:
KalturaPlayableEntry show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaExternalMediaEntry, KalturaLiveEntry

Instance Attribute Summary collapse

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

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#conversion_qualityObject

Override the default conversion quality



3695
3696
3697
# File 'lib/kaltura_client.rb', line 3695

def conversion_quality
  @conversion_quality
end

#credit_urlObject

The URL for credits



3710
3711
3712
# File 'lib/kaltura_client.rb', line 3710

def credit_url
  @credit_url
end

#credit_user_nameObject

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_urlObject

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_idsObject

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_dateObject

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_typeObject

The media type of the entry



3692
3693
3694
# File 'lib/kaltura_client.rb', line 3692

def media_type
  @media_type
end

#search_provider_idObject

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_typeObject

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_typeObject

The source type of the entry



3698
3699
3700
# File 'lib/kaltura_client.rb', line 3698

def source_type
  @source_type
end