TVUMeter
Type of the VUMeter property.
Declaration
TVuMeter=(vu_Disabled, vu_Analog, vu_Bargraph, vu_AnalogOverlay, vu_BargraphOverlay, vu_AnalogVintage, vu_MixingTable, vu_SegmentLed, vu_SmoothBar, vu_Spectrum);
enum TVuMeter _Disabled, vu_Analog, vu_Bargraph, vu_AnalogOverlay, vu_BargraphOverlay, vu_AnalogVintage, vu_MixingTable, vu_SegmentLed, vu_SmoothBar, vu_Spectrum;
Description
Value Meaning
TVUMeter = (
vu_Disabled, // VU-Meter disabled
vu_Analog, // analog VU-Meter
vu_Bargraph, // bargraph VU-Meter
vu_AnalogOverlay, // analog VU-Meter overlayed over the video frames (*)
vu_BargraphOverlay, // bargraph VU-Meter overlayed over the video frames (*)
vu_AnalogVintage, // vintage analog VU-Meter (non-linear galvanometer arc)
vu_MixingTable, // mixing-table style VU-Meter
vu_SegmentLed, // segmented LED VU-Meter
vu_SmoothBar, // smooth bar VU-Meter
vu_Spectrum // spectrum analyzer
);
// (*) OBSOLETE - vu_AnalogOverlay and vu_BargraphOverlay are kept for backward
// compatibility only. The video overlay can now be enabled for ANY VU-Meter
// type by setting the vu_OverlayOverVideo setting to a non-zero value
// (via SetValue). Prefer vu_Analog / vu_Bargraph (or any other type) together
// with vu_OverlayOverVideo instead of these two legacy variants.
See Also
TVUMeterSetting AudioBalance AudioChannelRenderMode AudioVolume MuteAudioRendering SpeakerBalance SpeakerControl SpeakerVolume VUMeter
Copyright (c) Datastead