mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
15
Src/vlb/NSVFactory.h
Normal file
15
Src/vlb/NSVFactory.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef NULLSOFT_VLB_NSVFACTORY_H
|
||||
#define NULLSOFT_VLB_NSVFACTORY_H
|
||||
|
||||
#include "../nsv/svc_nsvFactory.h"
|
||||
|
||||
class NSVFactory : public svc_nsvFactory
|
||||
{
|
||||
public:
|
||||
IAudioDecoder *CreateAudioDecoder(FOURCC format, IAudioOutput **output) override;
|
||||
|
||||
protected:
|
||||
RECVS_DISPATCH;
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user