MediaProcessors
|
#include <ffmpeg_audio.h>
Public Attributes | |
struct proc_ctx_s | proc_ctx |
const AVCodec * | avcodec |
AVCodecContext * | avcodecctx |
FFmpeg audio encoding common context structure.
Definition at line 46 of file ffmpeg_audio.h.
const AVCodec* ffmpeg_audio_enc_ctx_s::avcodec |
FFmpeg's static CODEC context structure characterizing audio encoder.
Definition at line 55 of file ffmpeg_audio.h.
AVCodecContext* ffmpeg_audio_enc_ctx_s::avcodecctx |
FFmpeg's CODEC instance context structure.
Definition at line 59 of file ffmpeg_audio.h.
struct proc_ctx_s ffmpeg_audio_enc_ctx_s::proc_ctx |
Generic processor context structure. MUST be the first field in order to be able to cast to proc_ctx_t.
Definition at line 51 of file ffmpeg_audio.h.