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)



2562
2563
2564
# File 'lib/kaltura_client.rb', line 2562

def created_at
  @created_at
end

#descriptionObject

The description of the Flavor Params



2559
2560
2561
# File 'lib/kaltura_client.rb', line 2559

def description
  @description
end

#idObject

The id of the Flavor Params



2549
2550
2551
# File 'lib/kaltura_client.rb', line 2549

def id
  @id
end

#is_system_defaultObject

True if those Flavor Params are part of system defaults



2565
2566
2567
# File 'lib/kaltura_client.rb', line 2565

def is_system_default
  @is_system_default
end

#media_parser_typeObject

Media parser type to be used for post-conversion validation



2580
2581
2582
# File 'lib/kaltura_client.rb', line 2580

def media_parser_type
  @media_parser_type
end

#nameObject

The name of the Flavor Params



2553
2554
2555
# File 'lib/kaltura_client.rb', line 2553

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



2550
2551
2552
# File 'lib/kaltura_client.rb', line 2550

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



2577
2578
2579
# File 'lib/kaltura_client.rb', line 2577

def remote_storage_profile_ids
  @remote_storage_profile_ids
end

#required_permissionsObject

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



2571
2572
2573
# File 'lib/kaltura_client.rb', line 2571

def required_permissions
  @required_permissions
end

#source_asset_params_idsObject

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



2583
2584
2585
# File 'lib/kaltura_client.rb', line 2583

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



2574
2575
2576
# File 'lib/kaltura_client.rb', line 2574

def source_remote_storage_profile_id
  @source_remote_storage_profile_id
end

#system_nameObject

System name of the Flavor Params



2556
2557
2558
# File 'lib/kaltura_client.rb', line 2556

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)



2568
2569
2570
# File 'lib/kaltura_client.rb', line 2568

def tags
  @tags
end