Represents a module for managing stethoscope-related events within the WPF application. More...
Inherits IDisposable.
Public Member Functions | |
| void | Dispose () |
| INTERNAL USE ONLY! | |
Events | |
| EventHandler< byte[]>? | FrameReady |
| Occurs when a new frame is ready to be processed. | |
| EventHandler< byte[]>? | RecordedFramesReady |
| Occurs when the recorded frames are ready for processing. | |
Represents a module for managing stethoscope-related events within the WPF application.
| EventHandler<byte[]>? MWSDK.Wpf.Modules.StethoscopeModule.FrameReady |
Occurs when a new frame is ready to be processed.
This event provides the raw frame data as a byte array. Subscribers can use this data for further processing, such as rendering or saving the frame.
| EventHandler<byte[]>? MWSDK.Wpf.Modules.StethoscopeModule.RecordedFramesReady |
Occurs when the recorded frames are ready for processing.
This event is triggered after all frames have been recorded by the stethoscope module. The event provides the recorded frame data as a byte array.