Exemplo n.º 1
0
 public virtual void Dispose() {
   lock(this) {
     if (swigCPtr.Handle != global::System.IntPtr.Zero) {
       if (swigCMemOwn) {
         swigCMemOwn = false;
         IFormatPINVOKE.delete_SampleDesc(swigCPtr);
       }
       swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
     }
     global::System.GC.SuppressFinalize(this);
   }
 }
Exemplo n.º 2
0
 public SampleDesc(uint count, uint quality) : this(IFormatPINVOKE.new_SampleDesc__SWIG_1(count, quality), true) {
 }
Exemplo n.º 3
0
 public SampleDesc() : this(IFormatPINVOKE.new_SampleDesc__SWIG_0(), true) {
 }