AudioEncoder struct
#include <audio/encoder.h>
Struct for holding info for encoding.
Contents
- Reference
Public variables
- char* file
- Filename, if encoding from file.
- unsigned int channels
- Number of channels.
- float* out_frames
- The output frames interleaved.
- ssize_t num_out_frames
- Output number of frames per channel.