Class: KalturaApi::KalturaFlavorAsset
- Inherits:
-
KalturaAsset
- Object
- KalturaObjectBase
- KalturaAsset
- KalturaApi::KalturaFlavorAsset
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#bitrate ⇒ Object
The overall bitrate (in KBits) of the Flavor Asset.
-
#container_format ⇒ Object
The container format.
-
#flavor_params_id ⇒ Object
The Flavor Params used to create this Flavor Asset.
-
#frame_rate ⇒ Object
The frame rate (in FPS) of the Flavor Asset.
-
#height ⇒ Object
The height of the Flavor Asset.
-
#is_original ⇒ Object
True if this Flavor Asset is the original source.
-
#is_web ⇒ Object
True if this Flavor Asset is playable in KDP.
-
#status ⇒ Object
The status of the Flavor Asset.
-
#video_codec_id ⇒ Object
The video codec.
-
#width ⇒ Object
The width of the Flavor Asset.
Attributes inherited from KalturaAsset
#actual_source_asset_params_ids, #created_at, #deleted_at, #description, #entry_id, #file_ext, #id, #partner_data, #partner_description, #partner_id, #size, #tags, #updated_at, #version
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#bitrate ⇒ Object
The overall bitrate (in KBits) of the Flavor Asset
3832 3833 3834 |
# File 'lib/kaltura_client.rb', line 3832 def bitrate @bitrate end |
#container_format ⇒ Object
The container format
3844 3845 3846 |
# File 'lib/kaltura_client.rb', line 3844 def container_format @container_format end |
#flavor_params_id ⇒ Object
The Flavor Params used to create this Flavor Asset
3823 3824 3825 |
# File 'lib/kaltura_client.rb', line 3823 def flavor_params_id @flavor_params_id end |
#frame_rate ⇒ Object
The frame rate (in FPS) of the Flavor Asset
3835 3836 3837 |
# File 'lib/kaltura_client.rb', line 3835 def frame_rate @frame_rate end |
#height ⇒ Object
The height of the Flavor Asset
3829 3830 3831 |
# File 'lib/kaltura_client.rb', line 3829 def height @height end |
#is_original ⇒ Object
True if this Flavor Asset is the original source
3838 3839 3840 |
# File 'lib/kaltura_client.rb', line 3838 def is_original @is_original end |
#is_web ⇒ Object
True if this Flavor Asset is playable in KDP
3841 3842 3843 |
# File 'lib/kaltura_client.rb', line 3841 def is_web @is_web end |
#status ⇒ Object
The status of the Flavor Asset
3850 3851 3852 |
# File 'lib/kaltura_client.rb', line 3850 def status @status end |
#video_codec_id ⇒ Object
The video codec
3847 3848 3849 |
# File 'lib/kaltura_client.rb', line 3847 def video_codec_id @video_codec_id end |
#width ⇒ Object
The width of the Flavor Asset
3826 3827 3828 |
# File 'lib/kaltura_client.rb', line 3826 def width @width end |