Exemple #1
0
        /// <summary>
        ///
        /// </summary>
        /// <param name="channel"></param>
        /// <returns></returns>
        static private CORESIP_SndDevType GetTipoOut(string channel)
        {
            if (DevList.IsChannelOutputCas(channel))
            {
                return(CORESIP_SndDevType.CORESIP_SND_ALUMN_MHP);
            }

            if (DevList.IsChannelOutputAlt1(channel))
            {
                return(CORESIP_SndDevType.CORESIP_SND_RD_SPEAKER);
            }
            if (DevList.IsChannelOutputAlt2(channel))
            {
                return(CORESIP_SndDevType.CORESIP_SND_LC_SPEAKER);
            }

            return(CORESIP_SndDevType.CORESIP_SND_UNKNOWN);
        }