Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php118 public $framerate; 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
241 $this->framerate = $framerate;
474 * Get the framerate (in frames-per-second)
480 if ($this->framerate !== null) {
481 return $this->framerate;
H A DItem.php1394 $framerate = null;
1430 $framerate = null;
1470 if (isset($content['attribs']['']['framerate'])) {
1471 $framerate = $this->sanitize($content['attribs']['']['framerate'], \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]);
1885 $framerate = null;
1925 if (isset($content['attribs']['']['framerate'])) {
1926 $framerate = $this->sanitize($content['attribs']['']['framerate'], \SimplePi
[all...]