Home | History | Annotate | Download | only in media

Lines Matching refs:soundclip

45 class Soundclip;
127 // Creates a soundclip.
128 Soundclip* CreateSoundclip();
129 // Destroys a soundclip created with the Create API.
130 void DestroySoundclip(Soundclip* soundclip);
248 typedef std::vector<Soundclip*> Soundclips;
267 Soundclip* CreateSoundclip_w();
268 void DestroySoundclip_w(Soundclip* soundclip);