Ejemplo n.º 1
0
 public static switch_status_t switch_frame_buffer_create(SWIGTYPE_p_p_switch_frame_buffer_s fbP) {
   switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_frame_buffer_create(SWIGTYPE_p_p_switch_frame_buffer_s.getCPtr(fbP));
   return ret;
 }
Ejemplo n.º 2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_switch_frame_buffer_s obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }