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

switch_frame_alloc() public static method

public static switch_frame_alloc ( SWIGTYPE_p_p_switch_frame frame, SWIGTYPE_p_switch_size_t size ) : switch_status_t
frame SWIGTYPE_p_p_switch_frame
size SWIGTYPE_p_switch_size_t
return switch_status_t
        public static switch_status_t switch_frame_alloc(SWIGTYPE_p_p_switch_frame frame, SWIGTYPE_p_switch_size_t size)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_frame_alloc(SWIGTYPE_p_p_switch_frame.getCPtr(frame), SWIGTYPE_p_switch_size_t.getCPtr(size));
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch