MediaAudioLevels Struct

Definition

public readonly record struct MediaAudioLevels(DateTimeOffset Timestamp, float PeakLeft, float PeakRight, float RmsLeft, float RmsRight) : IEquatable<MediaAudioLevels>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (5)