MCPcopy Create free account
hub / github.com/clangen/musikcube / CreateDecoder

Method CreateDecoder

src/plugins/cddadecoder/CddaDecoderFactory.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50IDecoder* CddaDecoderFactory::CreateDecoder() {
51 return new CddaDecoder();
52}
53
54bool CddaDecoderFactory::CanHandle(const char* source) const {
55 std::string type(source);

Callers 1

GetDecoderForDataStreamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected