MediaProcessors
Public Attributes | List of all members
ffmpeg_audio_enc_ctx_s Struct Reference

#include <ffmpeg_audio.h>

Collaboration diagram for ffmpeg_audio_enc_ctx_s:
Collaboration graph
[legend]

Public Attributes

struct proc_ctx_s proc_ctx
 
const AVCodec * avcodec
 
AVCodecContext * avcodecctx
 

Detailed Description

FFmpeg audio encoding common context structure.

Definition at line 46 of file ffmpeg_audio.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: