setMixWithOthers method

  1. @override
Future<void> setMixWithOthers(
  1. bool mixWithOthers
)
override

Sets the audio mode to mix with other sources

Implementation

@override
Future<void> setMixWithOthers(bool mixWithOthers) async {
  // do nothing... not support in Windows OS
}