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

src.main.java.io.agora.rtc.AudioEncoderConfig 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 class AudioEncoderConfig {
    public AudioEncoderConfig() {
    }

    public AudioEncoderConfig(int audioProfile) {
        this.audioProfile = audioProfile;
    }

    private int audioProfile;

    public int getAudioProfile() {
        return this.audioProfile;
    }

    public void setAudioProfile(int audioProfile) {
        this.audioProfile = audioProfile;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy