Class: Kaltura::KalturaConversionProfile
- Inherits:
-
Object
- Object
- Kaltura::KalturaConversionProfile
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#aspectRatio ⇒ Object
Returns the value of attribute aspectRatio.
-
#bypassFlv ⇒ Object
Returns the value of attribute bypassFlv.
-
#commercialTranscoder ⇒ Object
Returns the value of attribute commercialTranscoder.
-
#height ⇒ Object
Returns the value of attribute height.
-
#name ⇒ Object
Returns the value of attribute name.
-
#profileType ⇒ Object
Returns the value of attribute profileType.
-
#useWithBulk ⇒ Object
Returns the value of attribute useWithBulk.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#aspectRatio ⇒ Object
Returns the value of attribute aspectRatio.
166 167 168 |
# File 'lib/kaltura_client.rb', line 166 def aspectRatio @aspectRatio end |
#bypassFlv ⇒ Object
Returns the value of attribute bypassFlv.
167 168 169 |
# File 'lib/kaltura_client.rb', line 167 def bypassFlv @bypassFlv end |
#commercialTranscoder ⇒ Object
Returns the value of attribute commercialTranscoder.
168 169 170 |
# File 'lib/kaltura_client.rb', line 168 def commercialTranscoder @commercialTranscoder end |
#height ⇒ Object
Returns the value of attribute height.
165 166 167 |
# File 'lib/kaltura_client.rb', line 165 def height @height end |
#name ⇒ Object
Returns the value of attribute name.
162 163 164 |
# File 'lib/kaltura_client.rb', line 162 def name @name end |
#profileType ⇒ Object
Returns the value of attribute profileType.
163 164 165 |
# File 'lib/kaltura_client.rb', line 163 def profileType @profileType end |
#useWithBulk ⇒ Object
Returns the value of attribute useWithBulk.
169 170 171 |
# File 'lib/kaltura_client.rb', line 169 def useWithBulk @useWithBulk end |
#width ⇒ Object
Returns the value of attribute width.
164 165 166 |
# File 'lib/kaltura_client.rb', line 164 def width @width end |