Class: Kaltura::KalturaDeliveryProfile

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

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_atObject

Creation time as Unix timestamp (In seconds)



4064
4065
4066
# File 'lib/kaltura_client.rb', line 4064

def created_at
  @created_at
end

#descriptionObject

The description of the Delivery



4061
4062
4063
# File 'lib/kaltura_client.rb', line 4061

def description
  @description
end

#host_nameObject

the host part of the url



4072
4073
4074
# File 'lib/kaltura_client.rb', line 4072

def host_name
  @host_name
end

#idObject

The id of the Delivery



4048
4049
4050
# File 'lib/kaltura_client.rb', line 4048

def id
  @id
end

#is_defaultObject

True if this is the systemwide default for the protocol



4078
4079
4080
# File 'lib/kaltura_client.rb', line 4078

def is_default
  @is_default
end

#media_protocolsObject

Comma separated list of supported media protocols. f.i. rtmpe



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

def media_protocols
  @media_protocols
end

#nameObject

The name of the Delivery



4052
4053
4054
# File 'lib/kaltura_client.rb', line 4052

def name
  @name
end

#parent_idObject

the object from which this object was cloned (or 0)



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

def parent_id
  @parent_id
end

#partner_idObject

Returns the value of attribute partner_id.



4049
4050
4051
# File 'lib/kaltura_client.rb', line 4049

def partner_id
  @partner_id
end

#priorityObject

priority used for ordering similar delivery profiles



4087
4088
4089
# File 'lib/kaltura_client.rb', line 4087

def priority
  @priority
end

#recognizerObject

Returns the value of attribute recognizer.



4074
4075
4076
# File 'lib/kaltura_client.rb', line 4074

def recognizer
  @recognizer
end

#statusObject

Returns the value of attribute status.



4073
4074
4075
# File 'lib/kaltura_client.rb', line 4073

def status
  @status
end

#streamer_typeObject

Returns the value of attribute streamer_type.



4068
4069
4070
# File 'lib/kaltura_client.rb', line 4068

def streamer_type
  @streamer_type
end

#system_nameObject

System name of the delivery



4058
4059
4060
# File 'lib/kaltura_client.rb', line 4058

def system_name
  @system_name
end

#tokenizerObject

Returns the value of attribute tokenizer.



4075
4076
4077
# File 'lib/kaltura_client.rb', line 4075

def tokenizer
  @tokenizer
end

#typeObject

Delivery type



4055
4056
4057
# File 'lib/kaltura_client.rb', line 4055

def type
  @type
end

#updated_atObject

Update time as Unix timestamp (In seconds)



4067
4068
4069
# File 'lib/kaltura_client.rb', line 4067

def updated_at
  @updated_at
end

#urlObject

Returns the value of attribute url.



4069
4070
4071
# File 'lib/kaltura_client.rb', line 4069

def url
  @url
end