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

switch_core_codec_parse_fmtp() public static method

public static switch_core_codec_parse_fmtp ( string codec_name, string fmtp, uint rate, switch_codec_fmtp codec_fmtp ) : switch_status_t
codec_name string
fmtp string
rate uint
codec_fmtp switch_codec_fmtp
return switch_status_t
        public static switch_status_t switch_core_codec_parse_fmtp(string codec_name, string fmtp, uint rate, switch_codec_fmtp codec_fmtp)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_codec_parse_fmtp(codec_name, fmtp, rate, switch_codec_fmtp.getCPtr(codec_fmtp));
            return ret;
        }
freeswitch