FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AC3EncOptions Struct Reference

Encoding Options used by AVOption. More...

#include <ac3enc.h>

Data Fields

int dialogue_level
 
int bitstream_mode
 
float center_mix_level
 
float surround_mix_level
 
int dolby_surround_mode
 
int audio_production_info
 
int mixing_level
 
int room_type
 
int copyright
 
int original
 
int extended_bsi_1
 
int preferred_stereo_downmix
 
float ltrt_center_mix_level
 
float ltrt_surround_mix_level
 
float loro_center_mix_level
 
float loro_surround_mix_level
 
int extended_bsi_2
 
int dolby_surround_ex_mode
 
int dolby_headphone_mode
 
int ad_converter_type
 
int eac3_mixing_metadata
 
int eac3_info_metadata
 
int allow_per_frame_metadata
 
int stereo_rematrixing
 
int channel_coupling
 
int cpl_start
 

Detailed Description

Encoding Options used by AVOption.

Definition at line 98 of file ac3enc.h.

Field Documentation

int AC3EncOptions::dialogue_level

Definition at line 100 of file ac3enc.h.

Referenced by ac3_output_frame_header(), dprint_options(), and ff_eac3_output_frame_header().

int AC3EncOptions::bitstream_mode

Definition at line 101 of file ac3enc.h.

float AC3EncOptions::center_mix_level

Definition at line 102 of file ac3enc.h.

Referenced by dprint_options(), and ff_ac3_validate_metadata().

float AC3EncOptions::surround_mix_level

Definition at line 103 of file ac3enc.h.

Referenced by dprint_options(), and ff_ac3_validate_metadata().

int AC3EncOptions::dolby_surround_mode
int AC3EncOptions::audio_production_info
int AC3EncOptions::mixing_level
int AC3EncOptions::room_type
int AC3EncOptions::copyright
int AC3EncOptions::original
int AC3EncOptions::extended_bsi_1
int AC3EncOptions::preferred_stereo_downmix
float AC3EncOptions::ltrt_center_mix_level

Definition at line 112 of file ac3enc.h.

Referenced by dprint_options(), and ff_ac3_validate_metadata().

float AC3EncOptions::ltrt_surround_mix_level

Definition at line 113 of file ac3enc.h.

Referenced by dprint_options(), and ff_ac3_validate_metadata().

float AC3EncOptions::loro_center_mix_level

Definition at line 114 of file ac3enc.h.

Referenced by dprint_options(), and ff_ac3_validate_metadata().

float AC3EncOptions::loro_surround_mix_level

Definition at line 115 of file ac3enc.h.

Referenced by dprint_options(), and ff_ac3_validate_metadata().

int AC3EncOptions::extended_bsi_2
int AC3EncOptions::dolby_surround_ex_mode
int AC3EncOptions::dolby_headphone_mode
int AC3EncOptions::ad_converter_type
int AC3EncOptions::eac3_mixing_metadata
int AC3EncOptions::eac3_info_metadata
int AC3EncOptions::allow_per_frame_metadata

Definition at line 124 of file ac3enc.h.

Referenced by dprint_options(), and encode_frame().

int AC3EncOptions::stereo_rematrixing

Definition at line 125 of file ac3enc.h.

Referenced by validate_options().

int AC3EncOptions::channel_coupling

Definition at line 126 of file ac3enc.h.

Referenced by set_bandwidth(), and validate_options().

int AC3EncOptions::cpl_start

Definition at line 127 of file ac3enc.h.

Referenced by set_bandwidth().


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