Class: KalturaApi::KalturaLiveChannelSegment
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- KalturaApi::KalturaLiveChannelSegment
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#channel_id ⇒ Object
Live channel id.
-
#created_at ⇒ Object
Segment creation date as Unix timestamp (In seconds).
-
#description ⇒ Object
Segment description.
-
#duration ⇒ Object
Segment play duration time, in mili-seconds.
-
#entry_id ⇒ Object
Entry id to be played.
-
#id ⇒ Object
Unique identifier.
-
#name ⇒ Object
Segment name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#start_time ⇒ Object
Segment play start time, in mili-seconds, according to trigger type.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Segment tags.
-
#trigger_segment_id ⇒ Object
Live channel segment that the trigger relates to.
-
#trigger_type ⇒ Object
Segment start time trigger type.
-
#type ⇒ Object
Segment could be associated with the main stream, as additional stream or as overlay.
-
#updated_at ⇒ Object
Segment update date as Unix timestamp (In seconds).
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#channel_id ⇒ Object
Live channel id
4166 4167 4168 |
# File 'lib/kaltura_client.rb', line 4166 def channel_id @channel_id end |
#created_at ⇒ Object
Segment creation date as Unix timestamp (In seconds)
4147 4148 4149 |
# File 'lib/kaltura_client.rb', line 4147 def created_at @created_at end |
#description ⇒ Object
Segment description
4156 4157 4158 |
# File 'lib/kaltura_client.rb', line 4156 def description @description end |
#duration ⇒ Object
Segment play duration time, in mili-seconds
4181 4182 4183 |
# File 'lib/kaltura_client.rb', line 4181 def duration @duration end |
#entry_id ⇒ Object
Entry id to be played
4169 4170 4171 |
# File 'lib/kaltura_client.rb', line 4169 def entry_id @entry_id end |
#id ⇒ Object
Unique identifier
4143 4144 4145 |
# File 'lib/kaltura_client.rb', line 4143 def id @id end |
#name ⇒ Object
Segment name
4153 4154 4155 |
# File 'lib/kaltura_client.rb', line 4153 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
4144 4145 4146 |
# File 'lib/kaltura_client.rb', line 4144 def partner_id @partner_id end |
#start_time ⇒ Object
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 |
#status ⇒ Object
Returns the value of attribute status.
4163 4164 4165 |
# File 'lib/kaltura_client.rb', line 4163 def status @status end |
#tags ⇒ Object
Segment tags
4159 4160 4161 |
# File 'lib/kaltura_client.rb', line 4159 def @tags end |
#trigger_segment_id ⇒ Object
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_type ⇒ Object
Segment start time trigger type
4172 4173 4174 |
# File 'lib/kaltura_client.rb', line 4172 def trigger_type @trigger_type end |
#type ⇒ Object
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_at ⇒ Object
Segment update date as Unix timestamp (In seconds)
4150 4151 4152 |
# File 'lib/kaltura_client.rb', line 4150 def updated_at @updated_at end |