mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 20:15:45 -04:00
Initial community commit
This commit is contained in:
11
Src/Plugins/Input/in_mp4/Stopper.h
Normal file
11
Src/Plugins/Input/in_mp4/Stopper.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
class Stopper
|
||||
{
|
||||
public:
|
||||
Stopper();
|
||||
void ChangeTracking(bool);
|
||||
void Stop();
|
||||
void Play();
|
||||
int isplaying, timems;
|
||||
};
|
||||
|
Reference in New Issue
Block a user