Class: Kaltura::KalturaLiveStreamEntry
- Inherits:
-
KalturaMediaEntry
- Object
- KalturaObjectBase
- KalturaBaseEntry
- KalturaPlayableEntry
- KalturaMediaEntry
- Kaltura::KalturaLiveStreamEntry
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#bitrates ⇒ Object
Returns the value of attribute bitrates.
-
#offline_message ⇒ Object
Returns the value of attribute offline_message.
-
#stream_remote_backup_id ⇒ Object
Returns the value of attribute stream_remote_backup_id.
-
#stream_remote_id ⇒ Object
Returns the value of attribute stream_remote_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, #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
#bitrates ⇒ Object
Returns the value of attribute bitrates.
1790 1791 1792 |
# File 'lib/kaltura_client.rb', line 1790 def bitrates @bitrates end |
#offline_message ⇒ Object
Returns the value of attribute offline_message.
1787 1788 1789 |
# File 'lib/kaltura_client.rb', line 1787 def @offline_message end |
#stream_remote_backup_id ⇒ Object
Returns the value of attribute stream_remote_backup_id.
1789 1790 1791 |
# File 'lib/kaltura_client.rb', line 1789 def stream_remote_backup_id @stream_remote_backup_id end |
#stream_remote_id ⇒ Object
Returns the value of attribute stream_remote_id.
1788 1789 1790 |
# File 'lib/kaltura_client.rb', line 1788 def stream_remote_id @stream_remote_id end |