Class: Kaltura::KalturaConvertLiveSegmentJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaConvertLiveSegmentJobData
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#dest_file_path ⇒ Object
The output file.
-
#end_time ⇒ Object
Duration of the live entry including all recorded segments including the current.
-
#entry_id ⇒ Object
Live stream entry id.
-
#file_index ⇒ Object
The index of the file within the entry.
-
#media_server_index ⇒ Object
Primary or secondary media server.
-
#src_file_path ⇒ Object
The recorded live media.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#dest_file_path ⇒ Object
The output file
7177 7178 7179 |
# File 'lib/kaltura_client.rb', line 7177 def dest_file_path @dest_file_path end |
#end_time ⇒ Object
Duration of the live entry including all recorded segments including the current
7180 7181 7182 |
# File 'lib/kaltura_client.rb', line 7180 def end_time @end_time end |
#entry_id ⇒ Object
Live stream entry id
7165 7166 7167 |
# File 'lib/kaltura_client.rb', line 7165 def entry_id @entry_id end |
#file_index ⇒ Object
The index of the file within the entry
7171 7172 7173 |
# File 'lib/kaltura_client.rb', line 7171 def file_index @file_index end |
#media_server_index ⇒ Object
Primary or secondary media server
7168 7169 7170 |
# File 'lib/kaltura_client.rb', line 7168 def media_server_index @media_server_index end |
#src_file_path ⇒ Object
The recorded live media
7174 7175 7176 |
# File 'lib/kaltura_client.rb', line 7174 def src_file_path @src_file_path end |