Class Ase::FlacWriter
ClassList > Ase > FlacWriter
Inherits the following classes: Ase::WaveWriter
Public Functions
Type | Name |
---|---|
FlacWriter (const String & filename) |
|
void | cleanup () |
bool | close () override |
bool | create (int mode, int rate, int channels, int compresion) |
String | name () override const |
ssize_t | write (const float * frames, size_t n_frames) override |
~FlacWriter () |
Public Functions Documentation
function FlacWriter
inline Ase::FlacWriter::FlacWriter (
const String & filename
)
function cleanup
inline void Ase::FlacWriter::cleanup ()
function close
inline bool Ase::FlacWriter::close () override
function create
inline bool Ase::FlacWriter::create (
int mode,
int rate,
int channels,
int compresion
)
function name
inline String Ase::FlacWriter::name () override const
function write
inline ssize_t Ase::FlacWriter::write (
const float * frames,
size_t n_frames
) override
function ~FlacWriter
inline Ase::FlacWriter::~FlacWriter ()
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/wave.cc