Class: Kaltura::FlavorAsset

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

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#bitrateObject

Returns the value of attribute bitrate.



466
467
468
# File 'lib/kaltura/kaltura_client.rb', line 466

def bitrate
  @bitrate
end

#container_formatObject

Returns the value of attribute container_format.



473
474
475
# File 'lib/kaltura/kaltura_client.rb', line 473

def container_format
  @container_format
end

#created_atObject

Returns the value of attribute created_at.



475
476
477
# File 'lib/kaltura/kaltura_client.rb', line 475

def created_at
  @created_at
end

#deleted_atObject

Returns the value of attribute deleted_at.



477
478
479
# File 'lib/kaltura/kaltura_client.rb', line 477

def deleted_at
  @deleted_at
end

#descriptionObject

Returns the value of attribute description.



478
479
480
# File 'lib/kaltura/kaltura_client.rb', line 478

def description
  @description
end

#entry_idObject

Returns the value of attribute entry_id.



459
460
461
# File 'lib/kaltura/kaltura_client.rb', line 459

def entry_id
  @entry_id
end

#file_extObject

Returns the value of attribute file_ext.



472
473
474
# File 'lib/kaltura/kaltura_client.rb', line 472

def file_ext
  @file_ext
end

#flavor_params_idObject

Returns the value of attribute flavor_params_id.



462
463
464
# File 'lib/kaltura/kaltura_client.rb', line 462

def flavor_params_id
  @flavor_params_id
end

#frame_rateObject

Returns the value of attribute frame_rate.



467
468
469
# File 'lib/kaltura/kaltura_client.rb', line 467

def frame_rate
  @frame_rate
end

#heightObject

Returns the value of attribute height.



465
466
467
# File 'lib/kaltura/kaltura_client.rb', line 465

def height
  @height
end

#idObject

Returns the value of attribute id.



458
459
460
# File 'lib/kaltura/kaltura_client.rb', line 458

def id
  @id
end

#is_originalObject

Returns the value of attribute is_original.



469
470
471
# File 'lib/kaltura/kaltura_client.rb', line 469

def is_original
  @is_original
end

#is_webObject

Returns the value of attribute is_web.



471
472
473
# File 'lib/kaltura/kaltura_client.rb', line 471

def is_web
  @is_web
end

#partner_idObject

Returns the value of attribute partner_id.



460
461
462
# File 'lib/kaltura/kaltura_client.rb', line 460

def partner_id
  @partner_id
end

#sizeObject

Returns the value of attribute size.



468
469
470
# File 'lib/kaltura/kaltura_client.rb', line 468

def size
  @size
end

#statusObject

Returns the value of attribute status.



461
462
463
# File 'lib/kaltura/kaltura_client.rb', line 461

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



470
471
472
# File 'lib/kaltura/kaltura_client.rb', line 470

def tags
  @tags
end

#updated_atObject

Returns the value of attribute updated_at.



476
477
478
# File 'lib/kaltura/kaltura_client.rb', line 476

def updated_at
  @updated_at
end

#versionObject

Returns the value of attribute version.



463
464
465
# File 'lib/kaltura/kaltura_client.rb', line 463

def version
  @version
end

#video_codec_idObject

Returns the value of attribute video_codec_id.



474
475
476
# File 'lib/kaltura/kaltura_client.rb', line 474

def video_codec_id
  @video_codec_id
end

#widthObject

Returns the value of attribute width.



464
465
466
# File 'lib/kaltura/kaltura_client.rb', line 464

def width
  @width
end