Class AudioQuantizeOwnedHandle
public class AudioQuantizeOwnedHandle : AudioQuantizeHandle, IDisposable
- Inheritance
-
AudioQuantizeOwnedHandle
- Implements
- Inherited Members
Constructors
AudioQuantizeOwnedHandle(nint)
Creates a new instance of AudioQuantizeOwnedHandle. Assumes that the given pointer is owned by the runtime.
public AudioQuantizeOwnedHandle(nint ptr)
Parameters
ptr
nint
Methods
FromUnowned(nint)
Create a AudioQuantizeOwnedHandle from a pointer that is assumed unowned.
public static AudioQuantizeOwnedHandle FromUnowned(nint ptr)
Parameters
ptr
nintA pointer to a AudioQuantize which is not owned by the runtime.
Returns
- AudioQuantizeOwnedHandle
A AudioQuantizeOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()