Project: VB6AudioSplitter
Version: 3.0.0
Report Date: 08/06/2023 12:06:04

By: Yaron Goali (WISERBIT DOT COM) for Microncode.com

User Control: cAudioSplitter

Home Page:
https://www.microncode.com

This CHM file contains the documentation and the description about all the functions/events/properties this component is using.

For more information about how to operate this component, please look inside the samples.

The samples of this component contains a clearly and easy to understand source code with a description for each line.

If you need more help, feel free to contact us via: https://www.microncode.com/support/

Example of using the component:

Split by X parts:
cAudioSplitter1.SplitMode = SPLIT_PARTS
cAudioSplitter1.SplitParts = 4

Split by each X second:
cAudioSplitter1.SplitMode = SPLIT_SECONDS
cAudioSplitter1.SplitEachSec = 60

Split by range from X seconds to Y length:
cAudioSplitter1.SplitMode = SPLIT_RANGE
cAudioSplitter1.SplitRangeFrom = 30
cAudioSplitter1.SplitRangeLength = 60

Split it:
cAudioSplitter1.SplitX

Properties

Subroutines

Functions

Event Declares