Property | Type | Description | |
---|---|---|---|
bDispose | bool | ||
bLoop | bool | ||
bPlaying | bool | ||
duration | double | ||
frequency | double | ||
name | string | ||
secondarySoundBuffer | SecondarySoundBuffer |
Method | Description | |
---|---|---|
Buffer ( string name, SecondarySoundBuffer secondarySoundBuffer, double frequency, double duration, bool bDispose = true ) : System |
public Buffer ( string name, SecondarySoundBuffer secondarySoundBuffer, double frequency, double duration, bool bDispose = true ) : System | ||
name | string | |
secondarySoundBuffer | SecondarySoundBuffer | |
frequency | double | |
duration | double | |
bDispose | bool | |
return | System |