/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.1
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package org.pjsip.pjsua;
public class SWIGTYPE_p_f_p_pjmedia_port_p_q_const__pjmedia_frame__int {
private long swigCPtr;
protected SWIGTYPE_p_f_p_pjmedia_port_p_q_const__pjmedia_frame__int(long cPtr, boolean futureUse) {
swigCPtr = cPtr;
}
protected SWIGTYPE_p_f_p_pjmedia_port_p_q_const__pjmedia_frame__int() {
swigCPtr = 0;
}
protected static long getCPtr(SWIGTYPE_p_f_p_pjmedia_port_p_q_const__pjmedia_frame__int obj) {
return (obj == null) ? 0 : obj.swigCPtr;
}
}
|