FreeSWITCH.Native.freeswitch.switch_channel_uninit C# (CSharp) Méthode

switch_channel_uninit() public static méthode

public static switch_channel_uninit ( SWIGTYPE_p_switch_channel channel ) : void
channel SWIGTYPE_p_switch_channel
Résultat void
        public static void switch_channel_uninit(SWIGTYPE_p_switch_channel channel)
        {
            freeswitchPINVOKE.switch_channel_uninit(SWIGTYPE_p_switch_channel.getCPtr(channel));
        }
freeswitch