Table of Contents

Class MediaFileHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class MediaFileHandle : MediaStreamHandle, IDisposable
Inheritance
MediaFileHandle
Implements
Inherited Members

Constructors

MediaFileHandle(nint, bool)

public MediaFileHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static MediaFileHandle For<T>(ConstructArgument[] constructArguments) where T : MediaFile, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

MediaFileHandle

Type Parameters

T