Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
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];
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue