Table of Contents

Class URIHandlerInterfaceHandle

Namespace
Gst.Internal
Assembly
Gst-1.0.dll
public abstract class URIHandlerInterfaceHandle : SafeHandle, IDisposable
Inheritance
URIHandlerInterfaceHandle
Implements
Derived
Inherited Members

Constructors

URIHandlerInterfaceHandle(bool)

protected URIHandlerInterfaceHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(URIHandlerInterfaceHandle?)

public bool Equals(URIHandlerInterfaceHandle? other)

Parameters

other URIHandlerInterfaceHandle

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetGetProtocols()

public URIHandlerInterfaceData.GetProtocolsCallback GetGetProtocols()

Returns

URIHandlerInterfaceData.GetProtocolsCallback

GetGetType()

public URIHandlerInterfaceData.GetTypeCallback GetGetType()

Returns

URIHandlerInterfaceData.GetTypeCallback

GetGetUri()

public URIHandlerInterfaceData.GetUriCallback GetGetUri()

Returns

URIHandlerInterfaceData.GetUriCallback

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetParent()

public TypeInterfaceData GetParent()

Returns

TypeInterfaceData

GetSetUri()

public URIHandlerInterfaceData.SetUriCallback GetSetUri()

Returns

URIHandlerInterfaceData.SetUriCallback