Interface

GstVideo-1.0GstVideoNavigationInterface

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

interface Interface {
    vfunc_send_event(structure: Structure): void;
    vfunc_send_event_simple(event: Gst.Event): void;
}

Hierarchy (View Summary)

Index

Methods