audioDeviceVolumeChanged property

AudioDeviceVolumeChanged? audioDeviceVolumeChanged
getter/setter pair

Occurs when the volume on the playback or audio capture device, or the volume in the application changes.

Param deviceType The device type.

Param volume The volume value. The range is 0, 255.

Param muted Whether the audio device is muted: true: The audio device is muted. false: The audio device is not muted.

Implementation

AudioDeviceVolumeChanged? audioDeviceVolumeChanged;