Searched refs:sound_error (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/media/
H A DSoundPlayer.h24 class sound_error : public std::exception { class in inherits:std::exception
27 sound_error(const char* string);
/haiku/src/kits/media/
H A DSoundPlayer.cpp946 // #pragma mark - public sound_error
949 sound_error::sound_error(const char* string) function in class:sound_error
956 sound_error::what() const throw()

Completed in 46 milliseconds