@override int setStereoEnabled(bool enabled) { final status = _consumeStatus(); if (status == 0) _stereoEnabled = enabled; return status; }