FreeSWITCH.Native.freeswitch.switch_core_codec_ready C# (CSharp) Method

switch_core_codec_ready() public static method

public static switch_core_codec_ready ( switch_codec codec ) : switch_bool_t
codec switch_codec
return 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