Class AudioDownmixMetaUnownedHandle
public class AudioDownmixMetaUnownedHandle : AudioDownmixMetaHandle, IDisposable
- Inheritance
-
AudioDownmixMetaUnownedHandle
- Implements
- Inherited Members
Constructors
AudioDownmixMetaUnownedHandle(IntPtr)
Creates a new instance of AudioDownmixMetaOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public AudioDownmixMetaUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static AudioDownmixMetaUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public AudioDownmixMetaOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()