![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h"
struct BtSignalAnalysisDialog;
BtSignalAnalysisDialog * bt_signal_analysis_dialog_new (const GstBin *element
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----BtSignalAnalysisDialog
The dialog shows a spectrum analyzer and level-meters for left/right channel. The spectrum analyzer support mono and stereo display. It has a few settings for logarithmic/linear mapping and precission.
Right now the analyser-section can be attached to a BtWire.
The dialog is not modal.
struct BtSignalAnalysisDialog;
the root window for the editor application
BtSignalAnalysisDialog * bt_signal_analysis_dialog_new (const GstBin *element
);
Create a new instance
|
the wire/machine object to create the dialog for |
Returns : |
the new instance or NULL in case of an error |