public AudioFormatUnpackWrapper(Gst.Audio.AudioFormatUnpack managed) { this.managed = managed; if (managed != null) { NativeDelegate = new AudioFormatUnpackNative(NativeCallback); } }
public static Gst.Audio.AudioFormatUnpack GetManagedDelegate(AudioFormatUnpackNative native) { if (native == null) { return(null); } AudioFormatUnpackWrapper wrapper = (AudioFormatUnpackWrapper)native.Target; if (wrapper == null) { return(null); } return(wrapper.managed); }
internal AudioFormatUnpackInvoker(AudioFormatUnpackNative native_cb, IntPtr data) : this(native_cb, data, null) { }
internal AudioFormatUnpackInvoker(AudioFormatUnpackNative native_cb, IntPtr data, GLib.DestroyNotify notify) { this.native_cb = native_cb; __data = data; __notify = notify; }
internal AudioFormatUnpackInvoker(AudioFormatUnpackNative native_cb) : this(native_cb, IntPtr.Zero, null) { }