Read-only
About Mixer/Converter Settings

SegmentCount Property


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

A Converter Object

Return Type

Long integer

Default

1 Segment is created on new converter objects.

Examples

count=mxr.SegmentCount

See example program

C++ Syntax

HRESULT get_SegmentCount(long *value);

Interface

IConverter5