mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 18:55:46 -04:00
Initial community commit
This commit is contained in:
9
Src/Plugins/Encoder/enc_fhgaac/encoder_common.h
Normal file
9
Src/Plugins/Encoder/enc_fhgaac/encoder_common.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include "../nsv/enc_if.h"
|
||||
class EncoderCommon : public AudioCoder
|
||||
{
|
||||
public:
|
||||
virtual void PrepareToFinish()=0;
|
||||
virtual void Finish(const wchar_t *filename){}
|
||||
char tool[256];
|
||||
};
|
Reference in New Issue
Block a user