Class: Kaltura::LiveStreamAdminEntry
- Inherits:
-
LiveStreamEntry
- Object
- ObjectBase
- BaseEntry
- PlayableEntry
- MediaEntry
- LiveStreamEntry
- Kaltura::LiveStreamAdminEntry
- Defined in:
- lib/kaltura/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 LiveStreamEntry
#bitrates, #offline_message, #stream_remote_backup_id, #stream_remote_id
Attributes inherited from MediaEntry
#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 PlayableEntry
#duration, #duration_type, #height, #ms_duration, #plays, #views, #width
Attributes inherited from BaseEntry
#access_control_id, #admin_tags, #categories, #categories_ids, #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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#encoding_ip1 ⇒ Object
Returns the value of attribute encoding_ip1.
616 617 618 |
# File 'lib/kaltura/kaltura_client.rb', line 616 def encoding_ip1 @encoding_ip1 end |
#encoding_ip2 ⇒ Object
Returns the value of attribute encoding_ip2.
617 618 619 |
# File 'lib/kaltura/kaltura_client.rb', line 617 def encoding_ip2 @encoding_ip2 end |
#stream_password ⇒ Object
Returns the value of attribute stream_password.
618 619 620 |
# File 'lib/kaltura/kaltura_client.rb', line 618 def stream_password @stream_password end |
#stream_username ⇒ Object
Returns the value of attribute stream_username.
619 620 621 |
# File 'lib/kaltura/kaltura_client.rb', line 619 def stream_username @stream_username end |