SoundBehaviors
A collection of sound behavior objects.
SoundBehaviors Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of SoundBehaviors. |
| Item |
Object |
read |
Returns the SoundBehavior with the specified index or name as Long or String. |
SoundBehaviors Methods
| Method |
Returns |
Description |
| Add |
SoundBehavior |
Create a new SoundBehavior. |
| AnyItem |
Object |
Returns any SoundBehavior. |
| FirstItem |
Object |
Returns the first SoundBehavior. |
| ItemByID |
Object |
Returns the SoundBehavior with the specified ID. |
| ItemByRange |
Objects |
Returns the SoundBehaviors within the specified range. |
| LastItem |
Object |
Returns the last SoundBehavior. |
| MiddleItem |
Object |
Returns the middle SoundBehavior. |
| NextItem |
Object |
Returns the next SoundBehavior. |
| PreviousItem |
Object |
Returns the previous SoundBehavior. |