UNPKG
cplayer
Version:
latest (3.2.2)
3.2.2
3.2.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.1
3.0.0
A beautiful and clean WEB Music Player by HTML5.
github.com/MoePlayer/cPlayer
MoePlayer/cPlayer
cplayer
/
lib
/
mediaSession.d.ts
6 lines
(5 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="wicg-mediasession" />
import
cplayer
from
'./'
;
import
{
IAudioItem
}
from
'../lib/interfaces'
;
export
declare
function
cplayerMediaSessionPlugin
(
player: cplayer
):
void
;
export
declare
function
mediaMetadata
(
audio: IAudioItem
):
MediaMetadata
;