MCPcopy Create free account
hub / github.com/cinder/Cinder / SourceFileCoreAudio

Method SourceFileCoreAudio

src/cinder/audio/cocoa/FileCoreAudio.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38// ----------------------------------------------------------------------------------------------------
39
40SourceFileCoreAudio::SourceFileCoreAudio()
41 : SourceFile( 0 )
42{}
43
44SourceFileCoreAudio::SourceFileCoreAudio( const DataSourceRef &dataSource, size_t sampleRate )
45 : SourceFile( sampleRate ), mDataSource( dataSource )

Callers

nothing calls this directly

Calls 1

isFilePathMethod · 0.80

Tested by

no test coverage detected