startSystemAudioLoopback abstract method
Note:
- On the Windows platform, you can also specify
deviceNameas 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
deviceNameas 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);