Read-only |
About Mixer/Converter Settings |
Description |
Returns the number of segments on the Applied mixer. |
VB Syntax |
value = conv.SegmentCount |
Variable |
(Type) - Description |
value |
(Long integer) Variable in which to store the returned segment count. |
conv |
|
Return Type |
Long integer |
Default |
1 Segment is created on new converter objects. |
Examples |
count=mxr.SegmentCount |
C++ Syntax |
HRESULT get_SegmentCount(long *value); |
Interface |
IConverter5 |