Return status code instead of bool in IFrameEncoder & IFrameDecoder #739
Labels
easy hacks
The solution is expected to be straightforward even if you are new to the project
help wanted
An important and awaited task but we have no human resources for it yet
refactoring
Summary
audio::IFrameEncoder and audio::IFrameDecoder are interfaces for encoding and decoding of audio packets.
Currently they both have
begin_frame()
andend_frame()
methods that don't return any errors. We need to update them to return status::StatusCode, so that they can report error if it happens.Implementation
Testing
The text was updated successfully, but these errors were encountered: