Class: Kaltura::KalturaLiveEntry
- Inherits:
-
KalturaMediaEntry
- Object
- KalturaObjectBase
- KalturaBaseEntry
- KalturaPlayableEntry
- KalturaMediaEntry
- Kaltura::KalturaLiveEntry
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dvr_status ⇒ Object
DVR Status Enabled/Disabled.
-
#dvr_window ⇒ Object
Window of time which the DVR allows for backwards scrubbing (in minutes).
-
#live_stream_configurations ⇒ Object
Array of key value protocol->live stream url objects.
-
#offline_message ⇒ Object
The message to be presented when the stream is offline.
-
#record_status ⇒ Object
Recording Status Enabled/Disabled.
-
#recorded_entry_id ⇒ Object
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
#dvr_status ⇒ Object
DVR Status Enabled/Disabled
4096 4097 4098 |
# File 'lib/kaltura_client.rb', line 4096 def dvr_status @dvr_status end |
#dvr_window ⇒ Object
Window of time which the DVR allows for backwards scrubbing (in minutes)
4099 4100 4101 |
# File 'lib/kaltura_client.rb', line 4099 def dvr_window @dvr_window end |
#live_stream_configurations ⇒ Object
Array of key value protocol->live stream url objects
4102 4103 4104 |
# File 'lib/kaltura_client.rb', line 4102 def live_stream_configurations @live_stream_configurations end |
#offline_message ⇒ Object
The message to be presented when the stream is offline
4090 4091 4092 |
# File 'lib/kaltura_client.rb', line 4090 def @offline_message end |
#record_status ⇒ Object
Recording Status Enabled/Disabled
4093 4094 4095 |
# File 'lib/kaltura_client.rb', line 4093 def record_status @record_status end |
#recorded_entry_id ⇒ Object
Recorded entry id
4105 4106 4107 |
# File 'lib/kaltura_client.rb', line 4105 def recorded_entry_id @recorded_entry_id end |