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