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

com.microsoft.graph.callrecords.models.AudioCodec Maven / Gradle / Ivy

// Template Source: Enum.java.tt
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All Rights Reserved.  Licensed under the MIT License.  See License in the project root for license information.
// ------------------------------------------------------------------------------

package com.microsoft.graph.callrecords.models;


/**
 * The Enum Audio Codec.
*/
public enum AudioCodec
{
    /**
    * unknown
    */
    UNKNOWN,
    /**
    * invalid
    */
    INVALID,
    /**
    * cn
    */
    CN,
    /**
    * pcma
    */
    PCMA,
    /**
    * pcmu
    */
    PCMU,
    /**
    * amr Wide
    */
    AMR_WIDE,
    /**
    * g722
    */
    G722,
    /**
    * g7221
    */
    G7221,
    /**
    * g7221c
    */
    G7221C,
    /**
    * g729
    */
    G729,
    /**
    * multi Channel Audio
    */
    MULTI_CHANNEL_AUDIO,
    /**
    * muchv2
    */
    MUCHV2,
    /**
    * opus
    */
    OPUS,
    /**
    * satin
    */
    SATIN,
    /**
    * satin Fullband
    */
    SATIN_FULLBAND,
    /**
    * rt Audio8
    */
    RT_AUDIO8,
    /**
    * rt Audio16
    */
    RT_AUDIO16,
    /**
    * silk
    */
    SILK,
    /**
    * silk Narrow
    */
    SILK_NARROW,
    /**
    * silk Wide
    */
    SILK_WIDE,
    /**
    * siren
    */
    SIREN,
    /**
    * xms Rta
    */
    XMS_RTA,
    /**
    * unknown Future Value
    */
    UNKNOWN_FUTURE_VALUE,
    /**
    * For AudioCodec values that were not expected from the service
    */
    UNEXPECTED_VALUE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy