![]() |
![]() |
![]() |
Clutter Gst 0.6 Reference Manual | ![]() |
---|---|---|---|---|
ClutterGstAudio; ClutterGstAudioClass; ClutterGstAudio* clutter_gst_audio_new (void);
ClutterGstAudio is an object that plays audio files. It is a simple wrapper around GStreamer base audio sink implementing the ClutterMedia interface and providing a nice API to play a sound file using its URI.
typedef struct _ClutterGstAudio ClutterGstAudio;
Simple class for playing audio files.
The ClutterGstAudio structure contains only private data and should not be accessed directly.
ClutterGstAudio* clutter_gst_audio_new (void);
Creates ClutterGstAudio object.
Returns : | A newly allocated ClutterGstAudio object. |