wx._misc.Sound
Proxy of C++ Sound class

Create(args, kwargs)
Create(self, String fileName) -> bool

CreateFromData(args, kwargs)
CreateFromData(self, PyObject data) -> bool

IsOk(args, kwargs)
IsOk(self) -> bool

Play(args, kwargs)
Play(self, unsigned int flags=SOUND_ASYNC) -> bool

PlaySound
PlaySound(String filename, unsigned int flags=SOUND_ASYNC) -> bool

Stop
Stop()

[constructor]
Usage: classname(arguments)

[member '__dict__']
The dictionary of attributes and methods for this class

[member '__doc__']
Documentation for this class

[member '__module__']
The module that this class belongs to

[member '__weakref__']
No Documentation

[operator 'del']
Usage: del a

[operator 'nonzero']
Usage: None, used by core for things such as the not operator

[operator 'repr']
Usage: repr(a)