#include <filempeg.h>
Inherits BC_Window.

Public Member Functions | |
| MPEGConfigAudio (BC_WindowBase *parent_window, Asset *asset) | |
| ~MPEGConfigAudio () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| BC_WindowBase * | parent_window |
| MPEGABitrate * | bitrate |
| char | string [BCTEXTLEN] |
| Asset * | asset |
Definition at line 176 of file filempeg.h.
| MPEGConfigAudio::MPEGConfigAudio | ( | BC_WindowBase * | parent_window, | |
| Asset * | asset | |||
| ) |
Definition at line 1426 of file filempeg.C.
| MPEGConfigAudio::~MPEGConfigAudio | ( | ) |
Definition at line 1442 of file filempeg.C.
| int MPEGConfigAudio::create_objects | ( | ) |
Definition at line 1446 of file filempeg.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::add_tool(), asset, BC_WindowBase::BC_Title, bitrate, MPEGABitrate::create_objects(), MPEGLayer::create_objects(), BC_WindowBase::flush(), Asset::format, BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.
Referenced by FileMPEG::get_parameters().

| int MPEGConfigAudio::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 1476 of file filempeg.C.
References BC_WindowBase::set_done().

Definition at line 186 of file filempeg.h.
Referenced by create_objects(), and MPEGLayer::handle_event().
| char MPEGConfigAudio::string[BCTEXTLEN] |
Definition at line 187 of file filempeg.h.
Definition at line 188 of file filempeg.h.
Referenced by MPEGABitrate::create_objects(), create_objects(), MPEGABitrate::handle_event(), and MPEGLayer::handle_event().
1.5.5