Class: Kaltura::KalturaAssetParams

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

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_atObject

Creation date as Unix timestamp (In seconds)



2809
2810
2811
# File 'lib/kaltura_client.rb', line 2809

def created_at
  @created_at
end

#descriptionObject

The description of the Flavor Params



2806
2807
2808
# File 'lib/kaltura_client.rb', line 2806

def description
  @description
end

#idObject

The id of the Flavor Params



2796
2797
2798
# File 'lib/kaltura_client.rb', line 2796

def id
  @id
end

#is_system_defaultObject

True if those Flavor Params are part of system defaults



2812
2813
2814
# File 'lib/kaltura_client.rb', line 2812

def is_system_default
  @is_system_default
end

#media_parser_typeObject

Media parser type to be used for post-conversion validation



2827
2828
2829
# File 'lib/kaltura_client.rb', line 2827

def media_parser_type
  @media_parser_type
end

#nameObject

The name of the Flavor Params



2800
2801
2802
# File 'lib/kaltura_client.rb', line 2800

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



2797
2798
2799
# File 'lib/kaltura_client.rb', line 2797

def partner_id
  @partner_id
end

#remote_storage_profile_idsObject

Comma seperated ids of remote storage profiles that the flavor distributed to, the distribution done by the conversion engine



2824
2825
2826
# File 'lib/kaltura_client.rb', line 2824

def remote_storage_profile_ids
  @remote_storage_profile_ids
end

#required_permissionsObject

Array of partner permisison names that required for using this asset params



2818
2819
2820
# File 'lib/kaltura_client.rb', line 2818

def required_permissions
  @required_permissions
end

#source_asset_params_idsObject

Comma seperated ids of source flavor params this flavor is created from



2830
2831
2832
# File 'lib/kaltura_client.rb', line 2830

def source_asset_params_ids
  @source_asset_params_ids
end

#source_remote_storage_profile_idObject

Id of remote storage profile that used to get the source, zero indicates Kaltura data center



2821
2822
2823
# File 'lib/kaltura_client.rb', line 2821

def source_remote_storage_profile_id
  @source_remote_storage_profile_id
end

#system_nameObject

System name of the Flavor Params



2803
2804
2805
# File 'lib/kaltura_client.rb', line 2803

def system_name
  @system_name
end

#tagsObject

The Flavor Params tags are used to identify the flavor for different usage (e.g. web, hd, mobile)



2815
2816
2817
# File 'lib/kaltura_client.rb', line 2815

def tags
  @tags
end