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

Method ErrorEncodingAudio

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

* @brief Constructor * * @param message A message to accompany the exception * @param frame_number The frame number being processed */

Source from the content-addressed store, hash-verified

140 * @param frame_number The frame number being processed
141 */
142 ErrorEncodingAudio(std::string message, int64_t frame_number=-1)
143 : FrameExceptionBase(message, frame_number) { }
144 virtual ~ErrorEncodingAudio() noexcept {}
145 };
146

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected