sound_stream icon indicating copy to clipboard operation
sound_stream copied to clipboard

Add an `Error` variant to the `Event` enum.

Open mitchmindtree opened this issue 11 years ago • 0 comments

Before breaking from the iterator loop, it would be great if the SoundStream returned an Event::Error(the_error) when encountering an error internally. This would give the developer a chance to handle it before the SoundStream shuts down.

mitchmindtree avatar Nov 30 '14 14:11 mitchmindtree