Class: Kaltura::KalturaLiveChannelSegment

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

#channel_idObject

Live channel id



4166
4167
4168
# File 'lib/kaltura_client.rb', line 4166

def channel_id
  @channel_id
end

#created_atObject

Segment creation date as Unix timestamp (In seconds)



4147
4148
4149
# File 'lib/kaltura_client.rb', line 4147

def created_at
  @created_at
end

#descriptionObject

Segment description



4156
4157
4158
# File 'lib/kaltura_client.rb', line 4156

def description
  @description
end

#durationObject

Segment play duration time, in mili-seconds



4181
4182
4183
# File 'lib/kaltura_client.rb', line 4181

def duration
  @duration
end

#entry_idObject

Entry id to be played



4169
4170
4171
# File 'lib/kaltura_client.rb', line 4169

def entry_id
  @entry_id
end

#idObject

Unique identifier



4143
4144
4145
# File 'lib/kaltura_client.rb', line 4143

def id
  @id
end

#nameObject

Segment name



4153
4154
4155
# File 'lib/kaltura_client.rb', line 4153

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



4144
4145
4146
# File 'lib/kaltura_client.rb', line 4144

def partner_id
  @partner_id
end

#start_timeObject

Segment play start time, in mili-seconds, according to trigger type



4178
4179
4180
# File 'lib/kaltura_client.rb', line 4178

def start_time
  @start_time
end

#statusObject

Returns the value of attribute status.



4163
4164
4165
# File 'lib/kaltura_client.rb', line 4163

def status
  @status
end

#tagsObject

Segment tags



4159
4160
4161
# File 'lib/kaltura_client.rb', line 4159

def tags
  @tags
end

#trigger_segment_idObject

Live channel segment that the trigger relates to



4175
4176
4177
# File 'lib/kaltura_client.rb', line 4175

def trigger_segment_id
  @trigger_segment_id
end

#trigger_typeObject

Segment start time trigger type



4172
4173
4174
# File 'lib/kaltura_client.rb', line 4172

def trigger_type
  @trigger_type
end

#typeObject

Segment could be associated with the main stream, as additional stream or as overlay



4162
4163
4164
# File 'lib/kaltura_client.rb', line 4162

def type
  @type
end

#updated_atObject

Segment update date as Unix timestamp (In seconds)



4150
4151
4152
# File 'lib/kaltura_client.rb', line 4150

def updated_at
  @updated_at
end