interface DGPlayer {
on(event, callback); // event: play, pause, volume
off(event, callback);
property string state; // buffering, playing, or paused
property number bufferProgress; // 0-100
property number startTime; // in milliseconds since the epoch
property url coverArt;
property number volume; // 0-100
property string songTitle;
property string songArtist;
}
-
Notifications
You must be signed in to change notification settings - Fork 4
audiocogs/dgplayer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Named in honor of Devon Govett, main author of this player.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published