/ CDK / Overview / MediaElement Class Reference

MediaElement Class Reference
Inheritance diagram for MediaElement:
Property PropertyInterface MediaElementInterface Node PropertyInterface NodeInterface PropertyRInterface NodeInterface NodeInterface PropertyRInterface NodeRInterface NodeRInterface NodeRInterface

Public Member Functions

 __construct ($key, $label= '', $tooltip= '', $representation=null, $defaultValue= '', $reloadPageOnChange=true, $reloadPropertiesOnChange=false, $options=null)
 
 setValue ($value)
 
 setDefaultValue ($newValue)
 
 getLocation ()
 
 getMime ()
 
 getWidth ()
 
 getHeight ()
 
 getRatio ()
 
 getSize ()
 
 getDuration ()
 
 getFramerate ()
 
 getBitrate ()
 
 getMinBitrate ()
 
 getMaxBitrate ()
 
 getId ()
 
- Public Member Functions inherited from Property
 __construct ($key, $label= '', $tooltip= '', $representation=null, $defaultValue= '', $reloadPageOnChange=true, $reloadPropertiesOnChange=false, $options=null)
 
 getData ()
 
 setValue ($value)
 
 getValue ()
 
 getInputValue ()
 
 setDefaultValue ($newValue)
 
 getDefaultValue ()
 
 setOptions ($options)
 
 getOptions ()
 
 setReloadPropertiesOnChange ($boolean)
 
 getReloadPropertiesOnChange ()
 
 setReloadPageOnChange ($boolean)
 
 getReloadPageOnChange ()
 
 getValueString ()
 
 __toString ()
 
- Public Member Functions inherited from Node
 __construct ($key, $label= '', $tooltip= '', $representation=null)
 
 getData ()
 
 getKey ()
 
 setLabel ($newValue)
 
 getLabel ()
 
 setTooltip ($newValue)
 
 getTooltip ()
 
 setRepresentation ($newValue)
 
 getRepresentation ()
 
 getParentProperty ()
 
 parentPropertyChangedTo ($newValue)
 
- Public Member Functions inherited from NodeRInterface
 getToolTip ()
 

Protected Attributes

 $type = ContentTemplateRPC::PROPERTY_TYPE_MEDIA_ELEMENT
 
 $location = ''
 
 $mime = ''
 
 $width = 0
 
 $height = 0
 
 $ratio = 0
 
 $size = 0
 
 $duration = 0
 
 $framerate = 0
 
 $bitrate = 0
 
 $minBitrate = null
 
 $maxBitrate = null
 
 $id = ''
 
- Protected Attributes inherited from Property
 $value
 
 $inputValue
 
 $defaultValue
 
 $options
 
- Protected Attributes inherited from Node
 $key
 

Detailed Description

Constructor & Destructor Documentation

__construct (   $key,
  $label = '',
  $tooltip = '',
  $representation = null,
  $defaultValue = '',
  $reloadPageOnChange = true,
  $reloadPropertiesOnChange = false,
  $options = null 
)

Member Function Documentation

getBitrate ( )

Implements MediaElementInterface.

getDuration ( )

Implements MediaElementInterface.

getFramerate ( )

Implements MediaElementInterface.

getHeight ( )

Implements MediaElementInterface.

getId ( )

Implements MediaElementInterface.

getLocation ( )

Implements MediaElementInterface.

getMaxBitrate ( )

Implements MediaElementInterface.

getMime ( )

Implements MediaElementInterface.

getMinBitrate ( )

Implements MediaElementInterface.

getRatio ( )

Implements MediaElementInterface.

getSize ( )

Implements MediaElementInterface.

getWidth ( )

Implements MediaElementInterface.

setDefaultValue (   $newValue)

Implements PropertyInterface.

setValue (   $value)

Field Documentation

$bitrate = 0
protected
$duration = 0
protected
$framerate = 0
protected
$height = 0
protected
$id = ''
protected
$location = ''
protected
$maxBitrate = null
protected
$mime = ''
protected
$minBitrate = null
protected
$ratio = 0
protected
$size = 0
protected
$type = ContentTemplateRPC::PROPERTY_TYPE_MEDIA_ELEMENT
protected
$width = 0
protected

The documentation for this class was generated from the following file: