You are here

class KalturaConversionProfile in Kaltura 6.2

Same name and namespace in other branches
  1. 5 kaltura_client/kaltura_client.php \KalturaConversionProfile
  2. 6 kaltura_client/kaltura_client.php \KalturaConversionProfile

Hierarchy

Expanded class hierarchy of KalturaConversionProfile

2 string references to 'KalturaConversionProfile'
KalturaConversionProfileService::addCurrent in kaltura_client/KalturaClient.php
KalturaConversionProfileService::getCurrent in kaltura_client/KalturaClient.php

File

kaltura_client/KalturaClient.php, line 1072

View source
class KalturaConversionProfile extends KalturaObjectBase {

  /**
   *
   *
   * @var int
   * @readonly
   */
  public $id = null;

  /**
   *
   *
   * @var int
   * @readonly
   */
  public $partnerId = null;

  /**
   *
   *
   * @var string
   */
  public $name = null;

  /**
   *
   *
   * @var string
   */
  public $profileType = null;

  /**
   *
   *
   * @var bool
   */
  public $commercialTranscoder = null;

  /**
   *
   *
   * @var int
   */
  public $width = null;

  /**
   *
   *
   * @var int
   */
  public $height = null;

  /**
   *
   *
   * @var KalturaAspectRatioType
   */
  public $aspectRatioType = null;

  /**
   *
   *
   * @var bool
   */
  public $bypassFlv = null;

  /**
   *
   *
   * @var int
   * @readonly
   */
  public $createdAt = null;

  /**
   *
   *
   * @var int
   * @readonly
   */
  public $updatedAt = null;

  /**
   *
   *
   * @var int
   */
  public $profileTypeSuffix = null;

}

Members