示例#1
0
    public bool vidStreamIsRunning(int med_idx, SWIGTYPE_p_pjmedia_dir dir)
    {
        bool ret = pjsua2PINVOKE.Call_vidStreamIsRunning(swigCPtr, med_idx, SWIGTYPE_p_pjmedia_dir.getCPtr(dir));

        if (pjsua2PINVOKE.SWIGPendingException.Pending)
        {
            throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_pjmedia_dir obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }