MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / EncoderToFile

Method EncoderToFile

src/output/plugins/RecorderOutputPlugin.cxx:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110inline void
111RecorderOutput::EncoderToFile()
112{
113 assert(file != nullptr);
114
115 EncoderToOutputStream(*file, *encoder);
116}
117
118void
119RecorderOutput::Open(AudioFormat &audio_format)

Callers

nothing calls this directly

Calls 1

EncoderToOutputStreamFunction · 0.85

Tested by

no test coverage detected