Class: Kaltura::KalturaLiveStreamAdminEntry
- Inherits:
-
KalturaLiveStreamEntry
- Object
- KalturaObjectBase
- KalturaBaseEntry
- KalturaPlayableEntry
- KalturaMediaEntry
- KalturaLiveStreamEntry
- Kaltura::KalturaLiveStreamAdminEntry
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#encoding_ip1 ⇒ Object
Returns the value of attribute encoding_ip1.
-
#encoding_ip2 ⇒ Object
Returns the value of attribute encoding_ip2.
-
#stream_password ⇒ Object
Returns the value of attribute stream_password.
-
#stream_username ⇒ Object
Returns the value of attribute stream_username.
Attributes inherited from KalturaLiveStreamEntry
#bitrates, #offline_message, #stream_remote_backup_id, #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
#encoding_ip1 ⇒ Object
Returns the value of attribute encoding_ip1.
1795 1796 1797 |
# File 'lib/kaltura_client.rb', line 1795 def encoding_ip1 @encoding_ip1 end |
#encoding_ip2 ⇒ Object
Returns the value of attribute encoding_ip2.
1796 1797 1798 |
# File 'lib/kaltura_client.rb', line 1796 def encoding_ip2 @encoding_ip2 end |
#stream_password ⇒ Object
Returns the value of attribute stream_password.
1797 1798 1799 |
# File 'lib/kaltura_client.rb', line 1797 def stream_password @stream_password end |
#stream_username ⇒ Object
Returns the value of attribute stream_username.
1798 1799 1800 |
# File 'lib/kaltura_client.rb', line 1798 def stream_username @stream_username end |