Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
IDecoder* CddaDecoderFactory::CreateDecoder() {
51
return new CddaDecoder();
52
}
53
54
bool CddaDecoderFactory::CanHandle(const char* source) const {
55
std::string type(source);
Callers
1
GetDecoderForDataStream
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected