OnRemoteAudioPropertiesReportType typedef

OnRemoteAudioPropertiesReportType = void Function(List<RemoteAudioPropertiesInfo> audioPropertiesInfos, int totalRemoteVolume)

audioPropertiesInfos:远端音频信息

totalRemoteVolume:订阅的所有远端流的总音量

Implementation

typedef OnRemoteAudioPropertiesReportType = void Function(
    List<RemoteAudioPropertiesInfo> audioPropertiesInfos,
    int totalRemoteVolume);