|
MediaProcessors
|
#include <ffmpeg_audio.h>

Public Attributes | |
| struct proc_ctx_s | proc_ctx |
| const AVCodec * | avcodec |
| AVCodecContext * | avcodecctx |
| int | sample_fmt_output |
FFmpeg audio decoding common context structure.
Definition at line 65 of file ffmpeg_audio.h.
| const AVCodec* ffmpeg_audio_dec_ctx_s::avcodec |
FFmpeg's static CODEC context structure characterizing audio decoder.
Definition at line 74 of file ffmpeg_audio.h.
| AVCodecContext* ffmpeg_audio_dec_ctx_s::avcodecctx |
FFmpeg's decoder instance context structure.
Definition at line 78 of file ffmpeg_audio.h.
| struct proc_ctx_s ffmpeg_audio_dec_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 70 of file ffmpeg_audio.h.
| int ffmpeg_audio_dec_ctx_s::sample_fmt_output |
User specified samples output format (may differ from native-decoder format)
Definition at line 83 of file ffmpeg_audio.h.
1.8.11