FreeSWITCH.Native.freeswitch.switch_core_codec_ready C# (CSharp) Метод

switch_core_codec_ready() публичный статический Метод

public static switch_core_codec_ready ( switch_codec codec ) : switch_bool_t
codec switch_codec
Результат switch_bool_t
        public static switch_bool_t switch_core_codec_ready(switch_codec codec)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_core_codec_ready(switch_codec.getCPtr(codec));
            return ret;
        }
freeswitch