Click or drag to resize
SoundPlayer Properties

The SoundPlayer type exposes the following members.

Properties
  NameDescription
Public propertyDuration
Get sound duration.
Public propertyEmitter
Get the audio emitter (when using 3d sound).
Public propertyIs3D
Get if the sound currently have 3d effect applied on it.
Public propertyIsLooped
Make the sound play in loop.
Public propertyIsPaused
Is the sound effect currently paused?
Public propertyIsPlaying
Is the sound effect currently playing?
Public propertyIsStopped
Is the sound effect currently stopped?
Public propertyListener
Get the audio listener (when using 3d sound).
Public propertyPan
Pan effect.
Public propertyPitch
Pitch effect.
Public propertySoundEffect
Get the sound effect itself.
Public propertyVolume
Sound effect volume.
Top
See Also