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

switch_channel_mark_hold() 공개 정적인 메소드

public static switch_channel_mark_hold ( SWIGTYPE_p_switch_channel channel, switch_bool_t on ) : void
channel SWIGTYPE_p_switch_channel
on switch_bool_t
리턴 void
        public static void switch_channel_mark_hold(SWIGTYPE_p_switch_channel channel, switch_bool_t on)
        {
            freeswitchPINVOKE.switch_channel_mark_hold(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)on);
        }
freeswitch