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

switch_mux_channels() public static method

public static switch_mux_channels ( SWIGTYPE_p_short data, SWIGTYPE_p_switch_size_t samples, uint channels ) : void
data SWIGTYPE_p_short
samples SWIGTYPE_p_switch_size_t
channels uint
return void
        public static void switch_mux_channels(SWIGTYPE_p_short data, SWIGTYPE_p_switch_size_t samples, uint channels)
        {
            freeswitchPINVOKE.switch_mux_channels(SWIGTYPE_p_short.getCPtr(data), SWIGTYPE_p_switch_size_t.getCPtr(samples), channels);
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
        }
freeswitch