MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / AvErrorCodeToString

Method AvErrorCodeToString

src/Abyss/Streams/AudioStream.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50std::string Abyss::Streams::AudioStream::AvErrorCodeToString(const int avError) {
51 char str[2048] = {};
52 av_make_error_string(str, 2048, avError);
53 return {std::string(str)};
54}
55
56void Abyss::Streams::AudioStream::update() {
57 if (_avFormatContext == nullptr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected