BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
#include "bstutils.hh"
Go to the source code of this file.
Classes | |
struct | BstPlayBackHandle |
Typedefs | |
typedef void(* | BstPlayBackNotify )(gpointer data, SfiNum tick_stamp, guint pcm_position) |
Functions | |
BstPlayBackHandle * | bst_play_back_handle_new (void) |
void | bst_play_back_handle_set (BstPlayBackHandle *handle, SfiProxy esample, gdouble osc_freq) |
void | bst_play_back_handle_start (BstPlayBackHandle *handle) |
void | bst_play_back_handle_seek_perc (BstPlayBackHandle *handle, gfloat perc) |
void | bst_play_back_handle_stop (BstPlayBackHandle *handle) |
void | bst_play_back_handle_toggle (BstPlayBackHandle *handle) |
void | bst_play_back_handle_pcm_notify (BstPlayBackHandle *handle, guint timeout, BstPlayBackNotify notify, gpointer data) |
void | bst_play_back_handle_time_pcm_notify (BstPlayBackHandle *handle, guint timeout) |
gboolean | bst_play_back_handle_is_playing (BstPlayBackHandle *handle) |
gboolean | bst_play_back_handle_done (BstPlayBackHandle *handle) |
void | bst_play_back_handle_destroy (BstPlayBackHandle *handle) |