TPcxStreamLevelLabel
Properties
TPcxStreamLevelLabel displays the current gain stream level to which he is connected to.
The AutoRefresh property allows/prevents the automatic refresh when the audio stream level is modified by another object.
TPcxStreamLevelLabel.AutoRefresh
AutoRefresh allows or prevents the label automatic refresh.
property AutoRefresh : Boolean;
Description
AutoRefresh = True, the label is automatically refreshed if the stream level, he is connected to, is modified.
AutoStart = False, the label is not refreshed.
See also
EndCaption, Stream

TPcxStreamLevelLabel.Channel
Channel specifies the stream channel whose label must return the level.
TChannel = (caLeft,caRight,caBoth);
property Channel : TChannel;
Description
Channel specifies the stream channel whose label must return the level.
Channel = caLeft : the label returns the left channel level.
Channel = caRight : the label returns the right channel level.
Channel = caBoth : the label returns the levels of both channels.
See also
AutoRefresh, EndCaption, Stream

TPcxStreamLevelLabel.EndCaption
The contents of EndCaption is added to the label caption.
EndCaption : TCaption;
Description
The contents of EndCaption is added to the label caption.
See also
AutoRefresh

TPcxStreamLevelLabel.Stream
The Stream property specifies the stream to which the label must be bound to.
property Stream : TPcxCustomStream;
Description
This property specifies or returns the stream to which the label is bound to.
See also
AutoRefresh
