Agora C++ API Reference for All Platforms
Public Attributes | List of all members
agora::rtc::LoopbackRecordingOption Struct Reference

Public Attributes

Optional< const char * > deviceName
 
Optional< bool > allowDeviceChange
 

Detailed Description

The struct of LoopbackRecordingOption

Note

Member Data Documentation

◆ deviceName

Optional<const char *> agora::rtc::LoopbackRecordingOption::deviceName

the name of the device. the maximum name size is 128 bytes. the default value is 0.

◆ allowDeviceChange

Optional<bool> agora::rtc::LoopbackRecordingOption::allowDeviceChange

allow output device change when enable loopback recording.