Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Represents the media:content element of Media RSS.
Represents media objects. Multiple media objects representing the same content can be represented using a media:group (Zend_Gdata_Media_Extension_MediaGroup) element.

__construct(
$url
=
null, $fileSize
=
null, $type
=
null, $medium
=
null, $isDefault
=
null, $expression
=
null, $bitrate
=
null, $framerate
=
null, $samplingrate
=
null, $channels
=
null, $duration
=
null, $height
=
null, $width
=
null, $lang
=
null
)
:
voidCreates an individual MediaContent object.
| Name | Type | Description |
|---|---|---|
| $url | ||
| $fileSize | ||
| $type | ||
| $medium | ||
| $isDefault | ||
| $expression | ||
| $bitrate | ||
| $framerate | ||
| $samplingrate | ||
| $channels | ||
| $duration | ||
| $height | ||
| $width | ||
| $lang |

__toString(
)
:
stringReturns the URL representing this MediaContent object
| Type | Description |
|---|---|
| string | The URL representing this MediaContent object. |

getDOM(
\DOMDocument $doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
\DOMElementRetrieves a DOMElement which corresponds to this element and all child properties. This is used to build an entry back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistence.
| Name | Type | Description |
|---|---|---|
| $doc | \DOMDocument | The DOMDocument used to construct DOMElements |
| $majorVersion | ||
| $minorVersion |
| Type | Description |
|---|---|
| \DOMElement | The DOMElement representing this element and all child properties. |

setBitrate(
$value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | int |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setChannels(
$value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | int |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setDuration(
$value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | int |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setExpression(
$value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setFileSize(
int $value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | int |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setFramerate(
$value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | int |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setHeight(
$value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | int |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setIsDefault(
bool $value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | bool |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setLang(
$value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setMedium(
string $value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setSamplingrate(
$value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | int |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setType(
string $value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setUrl(
string $value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | string | The direct URL to the media object |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

setWidth(
$value
)
:
\Zend_Gdata_Media_Extension_MediaContent| Name | Type | Description |
|---|---|---|
| $value | int |
| Type | Description |
|---|---|
| \Zend_Gdata_Media_Extension_MediaContent | Provides a fluent interface |

takeAttributeFromDOM(
\DOMNode $attribute
)
:
voidGiven a DOMNode representing an attribute, tries to map the data into instance members. If no mapping is defined, the name and value are stored in an array.
| Name | Type | Description |
|---|---|---|
| $attribute | \DOMNode | The DOMNode attribute needed to be handled |