You are here

class KalturaAspectRatioType in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaAspectRatioType

File

kaltura_client/KalturaClient.php, line 4

View source
class KalturaAspectRatioType {
  const KEEP_ORIG_RATIO = 1;
  const KEEP_ORIG_DIMENSIONS = 2;
  const ASPECT_4_3 = 3;
  const ASPECT_16_9 = 4;
  const KEEP_HEIGHT = 5;

}

Members