| 38 | // ---------------------------------------------------------------------------------------------------- |
| 39 | |
| 40 | SourceFileCoreAudio::SourceFileCoreAudio() |
| 41 | : SourceFile( 0 ) |
| 42 | {} |
| 43 | |
| 44 | SourceFileCoreAudio::SourceFileCoreAudio( const DataSourceRef &dataSource, size_t sampleRate ) |
| 45 | : SourceFile( sampleRate ), mDataSource( dataSource ) |
nothing calls this directly
no test coverage detected