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

switch_frame_free() public static method

public static switch_frame_free ( SWIGTYPE_p_p_switch_frame frame ) : switch_status_t
frame SWIGTYPE_p_p_switch_frame
return switch_status_t
        public static switch_status_t switch_frame_free(SWIGTYPE_p_p_switch_frame frame)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_frame_free(SWIGTYPE_p_p_switch_frame.getCPtr(frame));
            return ret;
        }
freeswitch