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

switch_frame_dup() public static method

public static switch_frame_dup ( switch_frame orig, SWIGTYPE_p_p_switch_frame clone ) : switch_status_t
orig switch_frame
clone SWIGTYPE_p_p_switch_frame
return switch_status_t
        public static switch_status_t switch_frame_dup(switch_frame orig, SWIGTYPE_p_p_switch_frame clone)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_frame_dup(switch_frame.getCPtr(orig), SWIGTYPE_p_p_switch_frame.getCPtr(clone));
            return ret;
        }
freeswitch