Interface

Gst-1.0GstURIHandlerInterface

Interface for implementing URIHandler. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_get_uri(): string;
    vfunc_set_uri(uri: string): boolean;
}

Hierarchy (View Summary)

Index

Methods

  • Tries to set the URI of the given handler.

    Parameters

    • uri: string

      URI to set

    Returns boolean