Class: Kaltura::FlavorParams

Inherits:
ObjectBase show all
Defined in:
lib/kaltura/kaltura_client.rb

Direct Known Subclasses

FlavorParamsOutput

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#audio_bitrateObject

Returns the value of attribute audio_bitrate.



532
533
534
# File 'lib/kaltura/kaltura_client.rb', line 532

def audio_bitrate
  @audio_bitrate
end

#audio_channelsObject

Returns the value of attribute audio_channels.



533
534
535
# File 'lib/kaltura/kaltura_client.rb', line 533

def audio_channels
  @audio_channels
end

#audio_codecObject

Returns the value of attribute audio_codec.



531
532
533
# File 'lib/kaltura/kaltura_client.rb', line 531

def audio_codec
  @audio_codec
end

#audio_sample_rateObject

Returns the value of attribute audio_sample_rate.



534
535
536
# File 'lib/kaltura/kaltura_client.rb', line 534

def audio_sample_rate
  @audio_sample_rate
end

#conversion_enginesObject

Returns the value of attribute conversion_engines.



539
540
541
# File 'lib/kaltura/kaltura_client.rb', line 539

def conversion_engines
  @conversion_engines
end

#conversion_engines_extra_paramsObject

Returns the value of attribute conversion_engines_extra_params.



540
541
542
# File 'lib/kaltura/kaltura_client.rb', line 540

def conversion_engines_extra_params
  @conversion_engines_extra_params
end

#created_atObject

Returns the value of attribute created_at.



525
526
527
# File 'lib/kaltura/kaltura_client.rb', line 525

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description.



524
525
526
# File 'lib/kaltura/kaltura_client.rb', line 524

def description
  @description
end

#formatObject

Returns the value of attribute format.



528
529
530
# File 'lib/kaltura/kaltura_client.rb', line 528

def format
  @format
end

#frame_rateObject

Returns the value of attribute frame_rate.



537
538
539
# File 'lib/kaltura/kaltura_client.rb', line 537

def frame_rate
  @frame_rate
end

#gop_sizeObject

Returns the value of attribute gop_size.



538
539
540
# File 'lib/kaltura/kaltura_client.rb', line 538

def gop_size
  @gop_size
end

#heightObject

Returns the value of attribute height.



536
537
538
# File 'lib/kaltura/kaltura_client.rb', line 536

def height
  @height
end

#idObject

Returns the value of attribute id.



521
522
523
# File 'lib/kaltura/kaltura_client.rb', line 521

def id
  @id
end

#is_system_defaultObject

Returns the value of attribute is_system_default.



526
527
528
# File 'lib/kaltura/kaltura_client.rb', line 526

def is_system_default
  @is_system_default
end

#nameObject

Returns the value of attribute name.



523
524
525
# File 'lib/kaltura/kaltura_client.rb', line 523

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



522
523
524
# File 'lib/kaltura/kaltura_client.rb', line 522

def partner_id
  @partner_id
end

#tagsObject

Returns the value of attribute tags.



527
528
529
# File 'lib/kaltura/kaltura_client.rb', line 527

def tags
  @tags
end

#two_passObject

Returns the value of attribute two_pass.



541
542
543
# File 'lib/kaltura/kaltura_client.rb', line 541

def two_pass
  @two_pass
end

#video_bitrateObject

Returns the value of attribute video_bitrate.



530
531
532
# File 'lib/kaltura/kaltura_client.rb', line 530

def video_bitrate
  @video_bitrate
end

#video_codecObject

Returns the value of attribute video_codec.



529
530
531
# File 'lib/kaltura/kaltura_client.rb', line 529

def video_codec
  @video_codec
end

#widthObject

Returns the value of attribute width.



535
536
537
# File 'lib/kaltura/kaltura_client.rb', line 535

def width
  @width
end