Summery Summery
Get the bitrate
Syntax Syntax
Return Return
(string|null)
Source Source
File: wp-includes/SimplePie/Enclosure.php
{
if ($this->bitrate !== null)
{
return $this->bitrate;
}
return null;
}
/**
* Get a single caption
Developer Resources, Tips, Tricks, Tutorials and Much more.
Get the bitrate
(string|null)
File: wp-includes/SimplePie/Enclosure.php
{
if ($this->bitrate !== null)
{
return $this->bitrate;
}
return null;
}
/**
* Get a single caption