StreamPlayer() - Classes
Functions
Function bestAudio()
Get the best audio quality
Builder:
javascript
StreamPlayer.bestAudio()
Return: Player
Function bestVideo()
Get the best video quality
Builder:
javascript
StreamPlayer.bestVideo()
Return: Player
Properties
audios
The array of the music files streamable
Builder:
javascript
StreamPlayer.audios
available
If it's available
Builder:
javascript
StreamPlayer.available
Return:boolean
maxBitrate
The max bitrate of the music
Builder:
javascript
StreamPlayer.maxBitrate
Return:number
unplayable_reason
Show unplayable reason
Builder:
javascript
StreamPlayer.unplayable_reason
Return:string
videos
The array of the video files streamable
Builder:
javascript
StreamPlayer.videos