Copyright © 2005-2019 MultiMedia Soft

VUMeter.HasPeaks property

Previous pageReturn to chapter overviewNext page

Remarks

 

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

adjstudnet_i000039

 

Syntax

 

[Visual Basic]

Public Function get_HasPeaks (

nPlayerIndex as Int16

) as Boolean

 

Public Sub set_HasPeaks (

nPlayerIndex as Int16,

bHasPeaks as Boolean

)


 

[C#]

public bool get_HasPeaks (

Int16 nPlayerIndex

);

 

public void set_HasPeaks (

Int16 nPlayerIndex,

bool bHasPeaks

);


 

[C++]

public: bool get_HasPeaks (

Int16 nPlayerIndex

);

 

public: void set_HasPeaks (

Int16 nPlayerIndex,

bool bHasPeaks

);


 

 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that will use the VU-Meter

bHasPeaks

Mnemonic value

Meaning

false

No peaks

true (default)

Visible peaks

 

 

See also

 

VUMeter class.

DisplayVUMeter property

How to use the embedded Visual Feedbacks section.