Table of Contents

Class MixingSource.AudioNotificationEventArgs

Namespace
VAST.Image.Mixing
Assembly
VAST.Image.dll

Contains event data for audio level notifications from input sources.

public class MixingSource.AudioNotificationEventArgs
Inheritance
MixingSource.AudioNotificationEventArgs
Inherited Members

Constructors

AudioNotificationEventArgs()

public AudioNotificationEventArgs()

Properties

AverageAudioLevel

Gets or sets the current average audio level of the source in the [0.0..1.0] range. If source is disconnected then level 0.0 is reported.

public float AverageAudioLevel { get; set; }

Property Value

float

PeakAudioLevel

Gets or sets the current peak audio level of the source in the [0.0..1.0] range. If source is disconnected then level 0.0 is reported.

public float PeakAudioLevel { get; set; }

Property Value

float

SourceUri

Gets or sets the source URI that the current report belongs to.

public string SourceUri { get; set; }

Property Value

string