Device.prototype.isMediaPlayer
The read-only isMediaPlayer
property of the Device
interface is
either a boolean stating if the device is a media player (like Blu-ray players, iPod devices, and smart speakers such as Amazon Echo), or null
if the this is not known.
Value
Either a boolean stating if the device is a media player (like Blu-ray players, iPod devices, and smart speakers such as Amazon Echo), or null
if the this is not known.