getAudioPlayoutVolume method

Future<int?> getAudioPlayoutVolume()

获取远端音频的播放音量

不支持:

  • web

Implementation

Future<int?> getAudioPlayoutVolume() {
  return _channel.invokeMethod('getAudioPlayoutVolume');
}