Home
last modified time | relevance | path

Searched refs:bitrate (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php64 public $bitrate; variable in SimplePie\\Enclosure
230 public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null) argument
232 $this->bitrate = $bitrate;
278 * Get the bitrate
284 if ($this->bitrate !== null) {
285 return $this->bitrate;
H A DItem.php1390 $bitrate = null;
1426 $bitrate = null;
1456 if (isset($content['attribs']['']['bitrate'])) {
1457 $bitrate = $this->sanitize($content['attribs']['']['bitrate'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1870 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width]);
1881 $bitrate = null;
1911 if (isset($content['attribs']['']['bitrate'])) {
1912 $bitrate = $this->sanitize($content['attribs']['']['bitrate'], \SimplePi
[all...]