Class AudioDecoderHandle
public class AudioDecoderHandle : ElementHandle, IDisposable
- Inheritance
-
AudioDecoderHandle
- Implements
- Inherited Members
Constructors
AudioDecoderHandle(nint, bool)
public AudioDecoderHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static AudioDecoderHandle For<T>(ConstructArgument[] constructArguments) where T : AudioDecoder, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T