| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected