TVUMeterSetting

Prev

Next

 






































































































Type used in the SetVUMeterSetting method.


Declaration
TVuMeter=(vu_Handle, vu_WarningPercent, vu_PeakPercent, vu_BkgndColor, vu_NormalColor, vu_WarningColor, vu_PeakColor, vu_TickSize, vu_TickInterval, vu_NeedleThickness);


enum TVuMeter vu_Handle, vu_WarningPercent, vu_PeakPercent, vu_BkgndColor, vu_NormalColor, vu_WarningColor, vu_PeakColor, vu_TickSize, vu_TickInterval, vu_NeedleThickness ;

Description

Type used in the SetVUMeterSetting method.

Value Meaning

vu_Handle          : sets the Handle of the panel or image control on which the VUMeter will be displayed
vu_WarningPercent        : percentage of the level above which the vu_WarningColor is used
vu_PeakPercent    : percentage of the level above which the vu_PeakColor is used
vu_BkgndColor    : color of the VU-meter background
vu_NormalColor    : color of the normal level (green by default)
vu_WarningColor        : color of the warning level (above the vu_WarningPercent)
vu_PeakColor    : color of the peak level (above the vu_PeakPercent)
vu_TickSize          : size of ticks in the bargraph VU-Meter
vu_TickInterval    : interval between ticks in the bargraph VU-Meter
vu_NeedleThickness  : thickness of the needle in the analog VU-Meter
vu_OverlayLeft          : left location of the VU-Meter when overlayed over the video frames
vu_OverlayTop           : top location of the VU-Meter when overlayed over the video frames 
vu_OverlayWidth         : width of the VU-Meter when overlayed over the video frames 
vu_OverlayHeight        : height of the VU-Meter when overlayed over the video frames 
vu_Transparent(*)       : enables/disables the transparency of the background of the VU-Meter when overlayed over the video frames
vu_FlipVert(*)          : flips the VUmeter vertically when overlayed over the video frames
vu_FlipHorz(*)          : flips the VUmeter horizontally when overlayed over the video frames
vu_CustomPercentValue   : the VUmeter as a custom bargraph. Just pass (or update in real time) a value in the 0..100 range
vu_LogarithmicScale(*)  : the VU-meter scale is logarithmic (linear by default)

 

(*) 0 = disabled, 1 = enabled



See Also
TVUMeter AudioBalance AudioChannelRenderMode AudioVolume MuteAudioRendering SpeakerBalance SpeakerControl SpeakerVolume VUMeter