FreeSWITCH.Native.freeswitch.switch_channel_perform_set_callstate C# (CSharp) 메소드

switch_channel_perform_set_callstate() 공개 정적인 메소드

public static switch_channel_perform_set_callstate ( SWIGTYPE_p_switch_channel channel, switch_channel_callstate_t callstate, string file, string func, int line ) : void
channel SWIGTYPE_p_switch_channel
callstate switch_channel_callstate_t
file string
func string
line int
리턴 void
        public static void switch_channel_perform_set_callstate(SWIGTYPE_p_switch_channel channel, switch_channel_callstate_t callstate, string file, string func, int line)
        {
            freeswitchPINVOKE.switch_channel_perform_set_callstate(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)callstate, file, func, line);
        }
freeswitch