Skip to content

libvlc.Equalizer.GetBandFrequency

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

libvlc.Equalizer.GetBandFrequency

Method signature

 Shared Function GetBandFrequency(BandNumber As UInt32) As Single

Parameters

Name Type Comment
BandNumber UInt32 The index of the band to query.

Remarks

Gets the frequency of the band at BandNumber, in Hertz. The first index is zero; the last index is at Equalizer.GetBandCount- 1

Clone this wiki locally