MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / ~ErrorEncodingAudio

Method ~ErrorEncodingAudio

src/Exceptions.h:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 ErrorEncodingAudio(std::string message, int64_t frame_number=-1)
143 : FrameExceptionBase(message, frame_number) { }
144 virtual ~ErrorEncodingAudio() noexcept {}
145 };
146
147 /// Exception when encoding audio packet

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected