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

Method ~ErrorEncodingVideo

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

Source from the content-addressed store, hash-verified

157 ErrorEncodingVideo(std::string message, int64_t frame_number=-1)
158 : FrameExceptionBase(message, frame_number) { }
159 virtual ~ErrorEncodingVideo() noexcept {}
160 };
161
162 /// Exception when an invalid # of audio channels are detected

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected