setMixWithOthers method

Future<void> setMixWithOthers(
  1. bool mixWithOthers
)

Sets the audio mode to mix with other sources

Implementation

Future<void> setMixWithOthers(bool mixWithOthers) {
  throw UnimplementedError('setMixWithOthers() has not been implemented.');
}