Class: Kaltura::KalturaLiveStreamConfiguration

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Overview

A representation of a live stream configuration

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#protocolObject

Returns the value of attribute protocol.



4081
4082
4083
# File 'lib/kaltura_client.rb', line 4081

def protocol
  @protocol
end

#publish_urlObject

Returns the value of attribute publish_url.



4083
4084
4085
# File 'lib/kaltura_client.rb', line 4083

def publish_url
  @publish_url
end

#urlObject

Returns the value of attribute url.



4082
4083
4084
# File 'lib/kaltura_client.rb', line 4082

def url
  @url
end