Skip to content

Named in honor of Devon Govett, main author of this player.

Notifications You must be signed in to change notification settings

audiocogs/dgplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DGPlayer

Interface

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;
}

About

Named in honor of Devon Govett, main author of this player.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published