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

switch_channel_clear_cap() public static method

public static switch_channel_clear_cap ( SWIGTYPE_p_switch_channel channel, switch_channel_cap_t cap ) : void
channel SWIGTYPE_p_switch_channel
cap switch_channel_cap_t
return void
        public static void switch_channel_clear_cap(SWIGTYPE_p_switch_channel channel, switch_channel_cap_t cap)
        {
            freeswitchPINVOKE.switch_channel_clear_cap(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)cap);
        }
freeswitch