Added another streaming test
This commit is contained in:
17
scripts/VideoPlayer.ts
Normal file
17
scripts/VideoPlayer.ts
Normal file
@ -0,0 +1,17 @@
|
||||
import AnimeNotifier from "./AnimeNotifier"
|
||||
|
||||
export default class VideoPlayer {
|
||||
arn: AnimeNotifier
|
||||
|
||||
constructor(arn: AnimeNotifier) {
|
||||
this.arn = arn
|
||||
}
|
||||
|
||||
play(video: HTMLVideoElement) {
|
||||
|
||||
}
|
||||
|
||||
playPause() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user