PHP Класс VideoMetadata, googleads-php-lib

Наследование: extends ActiveRecord\Model
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$bitRate integer
$codecs string[]
$deliveryType tnsVideoDeliveryType
$duration integer
$maximumBitRate integer
$mimeType tnsMimeType
$minimumBitRate integer
$scalableType tnsScalableType
$size Size

Открытые методы

Метод Описание
__construct ( $scalableType = null, $duration = null, $bitRate = null, $minimumBitRate = null, $maximumBitRate = null, $size = null, $mimeType = null, $deliveryType = null, $codecs = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Описание методов

__construct() публичный Метод

public __construct ( $scalableType = null, $duration = null, $bitRate = null, $minimumBitRate = null, $maximumBitRate = null, $size = null, $mimeType = null, $deliveryType = null, $codecs = null )

getNamespace() публичный Метод

Gets the namesapce of this class
public getNamespace ( ) : string
Результат string the namespace of this class

getXsiTypeName() публичный Метод

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Результат string the xsi:type name of this class

Описание свойств

$bitRate публичное свойство

public int $bitRate
Результат integer

$codecs публичное свойство

public string[] $codecs
Результат string[]

$deliveryType публичное свойство

public tnsVideoDeliveryType $deliveryType
Результат tnsVideoDeliveryType

$duration публичное свойство

public int $duration
Результат integer

$maximumBitRate публичное свойство

public int $maximumBitRate
Результат integer

$mimeType публичное свойство

public tnsMimeType $mimeType
Результат tnsMimeType

$minimumBitRate публичное свойство

public int $minimumBitRate
Результат integer

$scalableType публичное свойство

public tnsScalableType $scalableType
Результат tnsScalableType

$size публичное свойство

public Size $size
Результат Size