.Net Windows DECL Reference
 
Loading...
Searching...
No Matches
MWSDK.Wpf.Modules.StethoscopeModule Class Reference

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.
 

Detailed Description

Represents a module for managing stethoscope-related events within the WPF application.

Event Documentation

◆ FrameReady

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.

◆ RecordedFramesReady

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.