Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwu1 committed Oct 5, 2023
1 parent 2404e8f commit 5bc326c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/oboe/FullDuplexStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ namespace oboe {
* Caller is responsible for closing both streams.
*
* Callers should handle error callbacks with setErrorCallback() for the output stream.
* When an error callback occurs for the output stream, the caller should restart both streams.
* When an error callback occurs for the output stream, Oboe will stopping the output stream.
* The caller is responsible for stopping the input stream.
* The caller should also reopen and restart both streams.
*
*/
class FullDuplexStream : public AudioStreamDataCallback {
Expand Down

0 comments on commit 5bc326c

Please sign in to comment.