#include <Io.h>
Classes | |
| struct | Inst |
Public Types | |
| typedef SourceRef(* | SourceCreationFunc )(DataSourceRef) |
Static Public Member Functions | |
| static SourceRef | createSource (DataSourceRef dataSource, std::string extension) |
| static void | registerSourceType (std::string extension, SourceCreationFunc func, int32_t priority=2) |
| static void | registerSourceGeneric (SourceCreationFunc func, int32_t priority=2) |
Friends | |
| class | Io |
| SourceRef cinder::audio::IoRegistrar::createSource | ( | DataSourceRef | dataSource, |
| std::string | extension | ||
| ) | [static] |
| void cinder::audio::IoRegistrar::registerSourceType | ( | std::string | extension, |
| SourceCreationFunc | func, | ||
| int32_t | priority = 2 |
||
| ) | [static] |
| void cinder::audio::IoRegistrar::registerSourceGeneric | ( | SourceCreationFunc | func, |
| int32_t | priority = 2 |
||
| ) | [static] |
friend class Io [friend] |