Class WaveformVisualizer
- Namespace
- DisCatSharp.Common.Utilities
- Assembly
- DisCatSharp.Common.dll
Provides a WaveformVisualizer.
public sealed class WaveformVisualizer
- Inheritance
-
WaveformVisualizer
- Inherited Members
- Extension Methods
Properties
- Image
Gets the image.
Methods
- AsStream(ImageFormat)
Converts the waveform image to a Stream.
- CreateColorfulWaveformImage(int, int, Color?, params Color[]?)
Creates a colorful waveform image.
- CreateWaveformImage(int, int)
Creates a simple waveform image.
- SaveImageAsync(string)
Saves a waveform image to given
filePath
.
- WithWaveformByteData(byte[])
Attaches the raw waveform data as byte array.
- WithWaveformData(string)
Attaches the raw waveform data as byte array.