MCPcopy Create free account
hub / github.com/LMMS/lmms / writeData

Method writeData

src/core/audio/AudioFileDevice.cpp:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80int AudioFileDevice::writeData( const void* data, int len )
81{
82 if( m_outputFile.isOpen() )
83 {
84 return m_outputFile.write( (const char *) data, len );
85 }
86
87 return -1;
88}
89

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected