Initial community commit
This commit is contained in:
10
Src/Plugins/Encoder/enc_wav/Finisher.h
Normal file
10
Src/Plugins/Encoder/enc_wav/Finisher.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef NULLSOFT_ENC_WAV_FINISHER_H
|
||||
#define NULLSOFT_ENC_WAV_FINISHER_H
|
||||
|
||||
class AudioCommon : public AudioCoder
|
||||
{
|
||||
public:
|
||||
virtual void FinishAudio(const wchar_t *filename)=0;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user