video699.event.frame

This module defines interfaces, and abstract base classes for events that take place in a video frame.

Module Contents

class video699.event.frame.FrameEventABC

Bases: video699.interface.EventABC

An event that takes place in a video frame.

frame

FrameABC – A frame in which the event takes place.

frame
__hash__(self)
__eq__(self, other)
__lt__(self, other)
__repr__(self)