Class: Kaltura::KalturaFlavorParams

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaFlavorParamsOutput

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#audio_bitrateObject

Returns the value of attribute audio_bitrate.



1694
1695
1696
# File 'lib/kaltura_client.rb', line 1694

def audio_bitrate
  @audio_bitrate
end

#audio_channelsObject

Returns the value of attribute audio_channels.



1695
1696
1697
# File 'lib/kaltura_client.rb', line 1695

def audio_channels
  @audio_channels
end

#audio_codecObject

Returns the value of attribute audio_codec.



1693
1694
1695
# File 'lib/kaltura_client.rb', line 1693

def audio_codec
  @audio_codec
end

#audio_sample_rateObject

Returns the value of attribute audio_sample_rate.



1696
1697
1698
# File 'lib/kaltura_client.rb', line 1696

def audio_sample_rate
  @audio_sample_rate
end

#conversion_enginesObject

Returns the value of attribute conversion_engines.



1701
1702
1703
# File 'lib/kaltura_client.rb', line 1701

def conversion_engines
  @conversion_engines
end

#conversion_engines_extra_paramsObject

Returns the value of attribute conversion_engines_extra_params.



1702
1703
1704
# File 'lib/kaltura_client.rb', line 1702

def conversion_engines_extra_params
  @conversion_engines_extra_params
end

#created_atObject

Returns the value of attribute created_at.



1687
1688
1689
# File 'lib/kaltura_client.rb', line 1687

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description.



1686
1687
1688
# File 'lib/kaltura_client.rb', line 1686

def description
  @description
end

#formatObject

Returns the value of attribute format.



1690
1691
1692
# File 'lib/kaltura_client.rb', line 1690

def format
  @format
end

#frame_rateObject

Returns the value of attribute frame_rate.



1699
1700
1701
# File 'lib/kaltura_client.rb', line 1699

def frame_rate
  @frame_rate
end

#gop_sizeObject

Returns the value of attribute gop_size.



1700
1701
1702
# File 'lib/kaltura_client.rb', line 1700

def gop_size
  @gop_size
end

#heightObject

Returns the value of attribute height.



1698
1699
1700
# File 'lib/kaltura_client.rb', line 1698

def height
  @height
end

#idObject

Returns the value of attribute id.



1683
1684
1685
# File 'lib/kaltura_client.rb', line 1683

def id
  @id
end

#is_system_defaultObject

Returns the value of attribute is_system_default.



1688
1689
1690
# File 'lib/kaltura_client.rb', line 1688

def is_system_default
  @is_system_default
end

#nameObject

Returns the value of attribute name.



1685
1686
1687
# File 'lib/kaltura_client.rb', line 1685

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



1684
1685
1686
# File 'lib/kaltura_client.rb', line 1684

def partner_id
  @partner_id
end

#tagsObject

Returns the value of attribute tags.



1689
1690
1691
# File 'lib/kaltura_client.rb', line 1689

def tags
  @tags
end

#two_passObject

Returns the value of attribute two_pass.



1703
1704
1705
# File 'lib/kaltura_client.rb', line 1703

def two_pass
  @two_pass
end

#video_bitrateObject

Returns the value of attribute video_bitrate.



1692
1693
1694
# File 'lib/kaltura_client.rb', line 1692

def video_bitrate
  @video_bitrate
end

#video_codecObject

Returns the value of attribute video_codec.



1691
1692
1693
# File 'lib/kaltura_client.rb', line 1691

def video_codec
  @video_codec
end

#widthObject

Returns the value of attribute width.



1697
1698
1699
# File 'lib/kaltura_client.rb', line 1697

def width
  @width
end