mne.viz.ui_events.PlaybackSpeed#

class mne.viz.ui_events.PlaybackSpeed(speed: float)[source]#

Indicates that the user has selected a different playback speed for videos.

Parameters:
speedfloat

The new speed in seconds per frame.

Attributes:
namestr

The name of the event, which is the class name in snake case.

sourcematplotlib.figure.Figure | Figure3D

The figure that published the event.

speedfloat

The new speed in seconds per frame.

property name#

The name of the event, which is the class name in snake case.