MediaProcessors
Public Attributes | List of all members
ffmpeg_mp3_enc_ctx_s Struct Reference
Collaboration diagram for ffmpeg_mp3_enc_ctx_s:
Collaboration graph
[legend]

Public Attributes

struct ffmpeg_audio_enc_ctx_s ffmpeg_audio_enc_ctx
 
volatile struct ffmpeg_mp3_enc_settings_ctx_s ffmpeg_mp3_enc_settings_ctx
 

Detailed Description

FFmpeg's MP3 audio encoder context structure.

Definition at line 61 of file ffmpeg_mp3.c.

Member Data Documentation

struct ffmpeg_audio_enc_ctx_s ffmpeg_mp3_enc_ctx_s::ffmpeg_audio_enc_ctx

Generic FFmpeg's audio encoder structure. MUST be the first field in order to be able to cast to both ffmpeg_audio_enc_ctx_t or proc_ctx_t.

Definition at line 67 of file ffmpeg_mp3.c.

volatile struct ffmpeg_mp3_enc_settings_ctx_s ffmpeg_mp3_enc_ctx_s::ffmpeg_mp3_enc_settings_ctx

MP3 audio encoder settings. This structure extends (thus can be casted to) audio_settings_enc_ctx_t.

Definition at line 72 of file ffmpeg_mp3.c.


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