Function | Description |
---|---|
BufferPlayer() | Returns a pointer to the buffer player function |
Cookie() | Returns the cookie |
CurrentTime() | Returns the current media time |
EventNotifier() | Returns a pointer to the notification handler function |
Format() | Returns the BSoundPlayer's format |
HasData() | Reports whether or not there's sound queued for playback |
InitCheck() | Indicates the result of the constructor |
IsPlaying() | Checks to see if a particular sound is playing |
PerformanceTime() | Returns the current performance time |
SetBufferPlayer() | Sets the buffer player function |
SetCallbacks() | Sets the callbacks and the cookie at once, atomically |
SetCookie() | Sets the cookie |
SetEventNotifier() | Sets the notification handler function |
SetHasData() | Specifies whether or not there's sound scheduled for playback |
SetInitError() | Sets the value returned by InitCheck() |
SetSoundVolume() | Sets the volume of a specific sound |
SetVolume() | Deactivates the BSoundPlayer |
~BSoundPlayer() | Destructor |
StartPlaying() | Starts playing a sound |
StopPlaying() | Stops a sound that's already playing |
Volume() | Activates the BSoundPlayer |
WaitForSound() | Waits for a particular sound to finish playing |
The Media Kit Table of Contents | The Media Kit Index |
Copyright © 1999 Be, Inc. All rights reserved.
Text last modified