Class: Kaltura::KalturaLiveStreamConfiguration
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaLiveStreamConfiguration
- Defined in:
- lib/kaltura_client.rb
Overview
A representation of a live stream configuration
Instance Attribute Summary collapse
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#publish_url ⇒ Object
Returns the value of attribute publish_url.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#protocol ⇒ Object
Returns the value of attribute protocol.
4081 4082 4083 |
# File 'lib/kaltura_client.rb', line 4081 def protocol @protocol end |
#publish_url ⇒ Object
Returns the value of attribute publish_url.
4083 4084 4085 |
# File 'lib/kaltura_client.rb', line 4083 def publish_url @publish_url end |
#url ⇒ Object
Returns the value of attribute url.
4082 4083 4084 |
# File 'lib/kaltura_client.rb', line 4082 def url @url end |