Interface

GstPlayer-1.0GstPlayerPlayerSignalDispatcherInterface

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

interface Interface {
    vfunc_dispatch(
        player: GstPlayer.Player,
        emitter: PlayerSignalDispatcherFunc,
    ): void;
}

Hierarchy (View Summary)

Index

Methods