smnbbrv / ngx-plyr

Angular 6+ binding for Plyr video & audio player
https://smnbbrv.github.io/ngx-plyr/
MIT License
100 stars 65 forks source link

How can I update the audio source? #47

Open dm-grinko opened 4 years ago

dm-grinko commented 4 years ago

I can see the interface for video only

export interface PlyrDriverUpdateSourceParams {
    plyr: Plyr;
    source: Plyr.SourceInfo;
    videoElement: HTMLVideoElement;
}

what about audio?