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