Class: Kaltura::KalturaConvertLiveSegmentJobData

Inherits:
KalturaJobData 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

#dest_file_pathObject

The output file



7177
7178
7179
# File 'lib/kaltura_client.rb', line 7177

def dest_file_path
  @dest_file_path
end

#end_timeObject

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_idObject

Live stream entry id



7165
7166
7167
# File 'lib/kaltura_client.rb', line 7165

def entry_id
  @entry_id
end

#file_indexObject

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_indexObject

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_pathObject

The recorded live media



7174
7175
7176
# File 'lib/kaltura_client.rb', line 7174

def src_file_path
  @src_file_path
end