Class: Kaltura::KalturaConversionProfile

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

#clip_durationObject

Clipping duration (in miliseconds)



3417
3418
3419
# File 'lib/kaltura_client.rb', line 3417

def clip_duration
  @clip_duration
end

#clip_startObject

Clipping start position (in miliseconds)



3414
3415
3416
# File 'lib/kaltura_client.rb', line 3414

def clip_start
  @clip_start
end

#created_atObject

Creation date as Unix timestamp (In seconds)



3399
3400
3401
# File 'lib/kaltura_client.rb', line 3399

def created_at
  @created_at
end

#crop_dimensionsObject

Cropping dimensions



3411
3412
3413
# File 'lib/kaltura_client.rb', line 3411

def crop_dimensions
  @crop_dimensions
end

#default_entry_idObject

ID of the default entry to be used for template data



3396
3397
3398
# File 'lib/kaltura_client.rb', line 3396

def default_entry_id
  @default_entry_id
end

#descriptionObject

The description of the Conversion Profile



3393
3394
3395
# File 'lib/kaltura_client.rb', line 3393

def description
  @description
end

#flavor_params_idsObject

List of included flavor ids (comma separated)



3402
3403
3404
# File 'lib/kaltura_client.rb', line 3402

def flavor_params_ids
  @flavor_params_ids
end

#idObject

The id of the Conversion Profile



3378
3379
3380
# File 'lib/kaltura_client.rb', line 3378

def id
  @id
end

#is_defaultObject

Indicates that this conversion profile is system default



3405
3406
3407
# File 'lib/kaltura_client.rb', line 3405

def is_default
  @is_default
end

#is_partner_defaultObject

Indicates that this conversion profile is partner default



3408
3409
3410
# File 'lib/kaltura_client.rb', line 3408

def is_partner_default
  @is_partner_default
end

#media_parser_typeObject

Media parser type to be used for extract media



3426
3427
3428
# File 'lib/kaltura_client.rb', line 3426

def media_parser_type
  @media_parser_type
end

#nameObject

The name of the Conversion Profile



3384
3385
3386
# File 'lib/kaltura_client.rb', line 3384

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



3379
3380
3381
# File 'lib/kaltura_client.rb', line 3379

def partner_id
  @partner_id
end

#statusObject

Returns the value of attribute status.



3380
3381
3382
# File 'lib/kaltura_client.rb', line 3380

def status
  @status
end

#storage_profile_idObject

ID of default storage profile to be used for linked net-storage file syncs



3423
3424
3425
# File 'lib/kaltura_client.rb', line 3423

def storage_profile_id
  @storage_profile_id
end

#system_nameObject

System name of the Conversion Profile



3387
3388
3389
# File 'lib/kaltura_client.rb', line 3387

def system_name
  @system_name
end

#tagsObject

Comma separated tags



3390
3391
3392
# File 'lib/kaltura_client.rb', line 3390

def tags
  @tags
end

#typeObject

Returns the value of attribute type.



3381
3382
3383
# File 'lib/kaltura_client.rb', line 3381

def type
  @type
end

#xsl_transformationObject

XSL to transform ingestion MRSS XML



3420
3421
3422
# File 'lib/kaltura_client.rb', line 3420

def xsl_transformation
  @xsl_transformation
end