#include <ffmpeg/avcodec.h>
#include <ffmpeg/avformat.h>
#include "OStreamConfig.hh"
Include dependency graph for OStreamAudioEncoder.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | OStreamAudioEncoder |
Encoder audio. More... | |
Defines | |
#define | MAX_AUDIO_PACKET_SIZE (128 * 1024) |
Ffmpeg define this as default packet size. |
#define MAX_AUDIO_PACKET_SIZE (128 * 1024) |
Definition at line 30 of file OStreamAudioEncoder.hh.
Referenced by OStreamAudioEncoder::encoder_initialize(), and MP3FromPCM::MP3FromPCM().