Classes | |
class | bmap_data |
class | dummy_sound_rep |
dummy_sound_rep is a stub implementation of the sound_rep interface. More... | |
class | esd_sound_rep |
esd_sound_rep implementats the Sound interface using the ESD API. More... | |
class | hp_audio_sound_rep |
hp_audio_sound_rep implements the Sound interface using HP's audio API. More... | |
class | irix_audio_sound_rep |
irix_audio_sound_rep implements Sound using SGI's "dmedia" audio API. More... | |
class | quicktime_sound_rep |
quicktime_sound_rep plays sound files synchronously using Apple's QuickTime. More... | |
class | sound_rep |
sound_rep is provides a trivial platform-independent sound interface. More... | |
Functions | |
void | load_image (const char *filename, media::bmap_data &data) |
Load data from filename, which must be in a supported format. | |
void | save_image (const char *filename, const media::bmap_data &data) |
Save data to filename (file format is inferred from the filename). | |
void | load_jpeg (const char *filename, media::bmap_data &data) |
Load data in JPEG format from the file filename. | |
void | load_png (const char *filename, media::bmap_data &data) |
Load data in PNG format from the file filename. | |
void | save_png (const char *filename, const media::bmap_data &data) |
Write data in PNG format to the file filename. | |
void | save_pnm (const char *filename, const media::bmap_data &data) |
Save data in PBM format to the file filename. | |
void | save_pnm (std::ostream &os, const media::bmap_data &data) |
Save data in PBM format to the std::ostream os. | |
void | load_pnm (const char *filename, media::bmap_data &data) |
Load data in PBM format from the file filename. | |
void | load_pnm (std::istream &is, media::bmap_data &data) |
Load data in PBM format from the std::ostream os. |