#include <fileavi.h>
Public Member Functions | |
| AVIConfigAudio (BC_WindowBase *parent_window, Asset *asset) | |
| ~AVIConfigAudio () | |
| int | create_objects () |
| int | close_event () |
| int | generate_codeclist () |
| void | update_codecs () |
Static Public Member Functions | |
| static int | calculate_w (int format) |
| static int | calculate_h (int format) |
Public Attributes | |
| AVIACodecList * | list |
| ArrayList< BC_ListBoxItem * > | codec_items |
| ArrayList< BC_ISlider * > | attribute_sliders |
| BC_WindowBase * | parent_window |
| Asset * | asset |
| char | string [BCTEXTLEN] |
Definition at line 112 of file fileavi.h.
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 756 of file fileavi.C. References _, asset, Asset::format, generate_codeclist(), and list. Referenced by FileAVI::get_parameters(). |
|
|
Definition at line 789 of file fileavi.C. References asset, codec_items, Asset::format, and FileAVI::initialize_avifile(). Referenced by create_objects(). |
|
|
|
|
|
Definition at line 130 of file fileavi.h. Referenced by create_objects(), generate_codeclist(), and AVIACodecList::handle_event(). |
|
|
|
|
|
Definition at line 127 of file fileavi.h. Referenced by generate_codeclist(). |
|
|
Definition at line 125 of file fileavi.h. Referenced by create_objects(). |
|
|
|
|
|
Definition at line 131 of file fileavi.h. Referenced by AVIACodecList::handle_event(). |
1.4.4