AudioRecorderStateChangeEvent
Bases: ControlEvent
Source code in src/flet_audio_recorder/audio_recorder.py
26 27 28 29 30 31 32 |
|
__init__(e)
The current state of the audio recorder.
Value is of type AudioRecorderState.
Source code in src/flet_audio_recorder/audio_recorder.py
27 28 29 30 31 32 |
|