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

switch_core_event_hook_add_write_frame() 공개 정적인 메소드

public static switch_core_event_hook_add_write_frame ( SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_f_p_switch_core_session_p_switch_frame_unsigned_long_int__switch_status_t write_frame ) : switch_status_t
session SWIGTYPE_p_switch_core_session
write_frame SWIGTYPE_p_f_p_switch_core_session_p_switch_frame_unsigned_long_int__switch_status_t
리턴 switch_status_t
        public static switch_status_t switch_core_event_hook_add_write_frame(SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_f_p_switch_core_session_p_switch_frame_unsigned_long_int__switch_status_t write_frame)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_event_hook_add_write_frame(SWIGTYPE_p_switch_core_session.getCPtr(session), SWIGTYPE_p_f_p_switch_core_session_p_switch_frame_unsigned_long_int__switch_status_t.getCPtr(write_frame));
            return ret;
        }
freeswitch