| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
#include "bt-edit.h"
struct BtRenderDialog;
enum BtRenderMode;
BtRenderDialog * bt_render_dialog_new (void);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----GtkDialog
+----BtRenderDialog
"file-name" gchar* : Read "format" BtSinkBinRecordFormat : Read "mode" BtRenderMode : Read
typedef enum {
BT_RENDER_MODE_MIXDOWN=0,
BT_RENDER_MODE_SINGLE_TRACKS,
} BtRenderMode;
Different modes of operation for the BtSong rendering.
BtRenderDialog * bt_render_dialog_new (void);
Create a new instance
Returns : |
the new instance |
"mode" property"mode" BtRenderMode : Read
render-mode to use.
Default value: BT_RENDER_MODE_MIXDOWN