Class: Kaltura::KalturaFlavorAsset

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

Direct Known Subclasses

KalturaLiveAsset, KalturaWidevineFlavorAsset

Instance Attribute Summary collapse

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

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#bitrateObject

The overall bitrate (in KBits) of the Flavor Asset



3832
3833
3834
# File 'lib/kaltura_client.rb', line 3832

def bitrate
  @bitrate
end

#container_formatObject

The container format



3844
3845
3846
# File 'lib/kaltura_client.rb', line 3844

def container_format
  @container_format
end

#flavor_params_idObject

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_rateObject

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

#heightObject

The height of the Flavor Asset



3829
3830
3831
# File 'lib/kaltura_client.rb', line 3829

def height
  @height
end

#is_originalObject

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_webObject

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

#statusObject

The status of the Flavor Asset



3850
3851
3852
# File 'lib/kaltura_client.rb', line 3850

def status
  @status
end

#video_codec_idObject

The video codec



3847
3848
3849
# File 'lib/kaltura_client.rb', line 3847

def video_codec_id
  @video_codec_id
end

#widthObject

The width of the Flavor Asset



3826
3827
3828
# File 'lib/kaltura_client.rb', line 3826

def width
  @width
end