DirectAnimation Animated Header --SoundBvr Class DirectAnimation Animated Header --SoundBvr Class* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: PropertyDispatcher Class
*Next Topic: Statics Class

SoundBvr Class


These are the fields and methods for the SoundBvr Class:

public SoundBvr gain(NumberBvr gainAmt)
public SoundBvr loop()
public SoundBvr pan(NumberBvr panAmt)
public SoundBvr phase(NumberBvr phaseAmt)
public SoundBvr rate(NumberBvr rateAmt)
public static SoundBvr newUninitBvr()
Fields Defined in Statics
public static SoundBvr silence
public static SoundBvr sinSynth
Methods Defined in Statics
public static SoundBvr importSound(String pathname, double[] soundLength)
public static SoundBvr importSound(URL url, NumberBvr[] soundLength, SoundBvr sndStandIn, DXMEvent[] ev, NumberBvr[] progress, NumberBvr[] size)
public static SoundBvr mix(SoundBvr sound1, SoundBvr sound2)
public static SoundBvr mixArray(SoundBvr[] sounds)

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page