Table of Contents

Interface Navigation

Namespace
GstVideo
Assembly
GstVideo-1.0.dll
public interface Navigation : IHandle
Inherited Members

Methods

SendCommand(NavigationCommand)

void SendCommand(NavigationCommand command)

Parameters

command NavigationCommand

SendEvent(Structure)

void SendEvent(Structure structure)

Parameters

structure Structure

SendEventSimple(Event)

[Version("1.22")]
void SendEventSimple(Event @event)

Parameters

event Event

SendKeyEvent(string, string)

void SendKeyEvent(string @event, string key)

Parameters

event string
key string

SendMouseEvent(string, int, double, double)

void SendMouseEvent(string @event, int button, double x, double y)

Parameters

event string
button int
x double
y double

SendMouseScrollEvent(double, double, double, double)

[Version("1.18")]
void SendMouseScrollEvent(double x, double y, double deltaX, double deltaY)

Parameters

x double
y double
deltaX double
deltaY double