VideoEvent

class cscore.VideoEvent

Bases: RawEvent

An event generated by the library and provided to event listeners.

getProperty() cscore._cscore.VideoProperty

Returns the property associated with the event (if any).

Returns:

The property associated with the event (if any).

getSink() cscore._cscore.VideoSink

Returns the sink associated with the event (if any).

Returns:

The sink associated with the event (if any).

getSource() cscore._cscore.VideoSource

Returns the source associated with the event (if any).

Returns:

The source associated with the event (if any).