AudioTrackConfig

The configuration of custom audio tracks.

struct AudioTrackConfig {
  bool enableLocalPlayback;
 
 
  AudioTrackConfig()
    : enableLocalPlayback(true) {}
};

Attributes

enableLocalPlayback
Whether to enable the local audio-playback device:
  • true: (Default) Enable the local audio-playback device.
  • false: Do not enable the local audio-playback device.