NEVoiceRoomCreateAudioMixingOption constructor

NEVoiceRoomCreateAudioMixingOption(
  1. String path,
  2. int loopCount,
  3. bool sendEnabled,
  4. int sendVolume,
  5. bool playbackEnabled,
  6. int playbackVolume,
)

Implementation

NEVoiceRoomCreateAudioMixingOption(
    this.path,
    this.loopCount,
    this.sendEnabled,
    this.sendVolume,
    this.playbackEnabled,
    this.playbackVolume);