Copyright © 2006-2019 MultiMedia Soft

VUMeter.HasPeaks property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property HasPeaks As Boolean


 

[C#]

public bool HasPeaks {get; set;}


 

[C++]

public: __property bool get_HasPeaks();

public: __property void set_HasPeaks(bool);


 

 

Remarks

Determines if the embedded VU-Meter visual feedback will display graphic "peaks" over the "bands".

asrecnet_i000039

Supported values are the following:

Mnemonic value

Meaning

false

No peaks

true (default)

Visible peaks

 

 

See also

VUMeter class.

DisplayVUMeter property

How to use embedded Visual Feedbacks section.