Class: KalturaApi::KalturaLiveChannel
- Inherits:
-
KalturaLiveEntry
- Object
- KalturaObjectBase
- KalturaBaseEntry
- KalturaPlayableEntry
- KalturaMediaEntry
- KalturaLiveEntry
- KalturaApi::KalturaLiveChannel
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#playlist_id ⇒ Object
Playlist id to be played.
-
#repeat ⇒ Object
Indicates that the segments should be repeated for ever.
Attributes inherited from KalturaLiveEntry
#dvr_status, #dvr_window, #live_stream_configurations, #offline_message, #record_status, #recorded_entry_id
Attributes inherited from KalturaMediaEntry
#conversion_quality, #credit_url, #credit_user_name, #data_url, #flavor_params_ids, #media_date, #media_type, #search_provider_id, #search_provider_type, #source_type
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
#playlist_id ⇒ Object
Playlist id to be played
4121 4122 4123 |
# File 'lib/kaltura_client.rb', line 4121 def playlist_id @playlist_id end |
#repeat ⇒ Object
Indicates that the segments should be repeated for ever
4124 4125 4126 |
# File 'lib/kaltura_client.rb', line 4124 def repeat @repeat end |