Table of Contents

Class URIHandlerHelper

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class URIHandlerHelper : Object, URIHandler, NativeObject, IDisposable, InstanceFactory, GTypeProvider
Inheritance
URIHandlerHelper
Implements
Inherited Members

Constructors

URIHandlerHelper(ObjectHandle)

protected URIHandlerHelper(ObjectHandle handle)

Parameters

handle ObjectHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetProtocols()

public string[]? GetProtocols()

Returns

string[]

GetUri()

public string? GetUri()

Returns

string

GetUriType()

public URIType GetUriType()

Returns

URIType

NewFromPointer(nint, bool)

Creates a new managed URIHandlerHelper instance for a given pointer.

public static URIHandlerHelper NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

URIHandlerHelper

SetUri(string)

public bool SetUri(string uri)

Parameters

uri string

Returns

bool