startSystemAudioLoopback abstract method

Future<V2TXLiveCode> startSystemAudioLoopback(
  1. String? deviceName
)

Note:

  • On the Windows platform, you can also specify deviceName as the process ID of a certain process (in the format of "process_xxx", where xxx is the process ID), and then the SDK will capture the sound of that process (requires Windows version 10.0.19042 or higher).
  • You can also specify deviceName as the name of a certain speaker device to capture specific speaker sound (you can use the getDevicesList interface in TXDeviceManager to obtain the speaker devices of type TXMediaDeviceType.speaker).

Implementation

Future<V2TXLiveCode> startSystemAudioLoopback(String? deviceName);