All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.main.java.io.agora.rtc.IAudioDeviceManagerObserver Maven / Gradle / Ivy

The newest version!
//
//
// Agora Media SDK
// Copyright (c) 2020 Agora IO. All rights reserved.
// This file is generated by tool, do NOT modify it
//
//
package io.agora.rtc;

public interface IAudioDeviceManagerObserver {
    public void onVolumeIndication(AgoraAudioDeviceManager agora_audio_device_manager, int volume);

    public void onDeviceStateChanged(AgoraAudioDeviceManager agora_audio_device_manager);

    public void onAudioDeviceStateChanged(AgoraAudioDeviceManager agora_audio_device_manager, String device_id,
            int device_type, int device_state);

    public void onRoutingChanged(AgoraAudioDeviceManager agora_audio_device_manager, int route);

    public void onAudioDeviceVolumeChanged(AgoraAudioDeviceManager agora_audio_device_manager, int device_type,
            int volume, boolean muted);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy