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:
- speed
float The new speed in seconds per frame.
- speed
- Attributes:
namestrThe name of the event, which is the class name in snake case.
- source
matplotlib.figure.Figure|Figure3D The figure that published the event.
- speed
float The new speed in seconds per frame.
- property name#
The name of the event, which is the class name in snake case.