2 #ifndef __BST_PLAY_BACK_H__
3 #define __BST_PLAY_BACK_H__
13 typedef void (*BstPlayBackNotify) (gpointer data,
21 SfiProxy wosc1, wosc2;
25 BstPlayBackNotify pcm_notify;
27 guint waiting_for_notify : 1;
28 guint discard_next_notify : 1;
44 BstPlayBackNotify notify,
See also the corresponding IDL class Project.
Definition: bseclientapi.hh:979
Definition: bstplayback.hh:16