示例#1
0
    public AudioDevInfo getDevInfo(int id)
    {
        AudioDevInfo ret = new AudioDevInfo(pjsua2PINVOKE.AudDevManager_getDevInfo(swigCPtr, id), true);

        if (pjsua2PINVOKE.SWIGPendingException.Pending)
        {
            throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(AudioDevInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(AudioDevInfo obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
示例#4
0
 public AudioDevInfo getDevInfo(int id)
 {
     AudioDevInfo ret = new AudioDevInfo(pjsua2PINVOKE.AudDevManager_getDevInfo(swigCPtr, id), true);
     if (pjsua2PINVOKE.SWIGPendingException.Pending) throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }