Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php196 public $samplingrate; 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
252 $this->samplingrate = $samplingrate;
712 if ($this->samplingrate !== null) {
713 return $this->samplingrate;
H A DItem.php1400 $samplingrate = null;
1436 $samplingrate = null;
1485 if (isset($content['attribs']['']['samplingrate'])) {
1486 $samplingrate = $this->sanitize($content['attribs']['']['samplingrate'], \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]);
1891 $samplingrate = null;
1940 if (isset($content['attribs']['']['samplingrate'])) {
1941 $samplingrate = $this->sanitize($content['attribs']['']['samplingrate'], \SimplePi
[all...]