Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetError
Method
GetError
src/audio_decoder_base.cpp:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
std::string AudioDecoderBase::GetError() const {
81
return error_message;
82
}
83
84
std::string AudioDecoderBase::GetType() const {
85
return music_type;
Callers
2
FillBufferSameRate
Method · 0.80
FillBufferDifferentRate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected