class methods
- BackgroundTrackMgr()
- ~BackgroundTrackMgr()
- AttachNewCookie()
- DisposeBuffer()
- GetNumPacketsToRead()
- GetPacketDescsPtr()
- GetQueueStateForNextBuffer()
- LoadTrack()
- QueueCallback()
- QueueStoppedProc()
- SetVolume()
- SetupBuffers()
- SetupQueue()
- Start()
- Stop()
- Teardown()
- UpdateGain()
- getLength()
- getStopped()
- setLooping()
- setPosition()
AttachNewCookie(...)
OSStatus BackgroundTrackMgr::AttachNewCookie(AudioQueueRef inQueue, BackgroundTrackMgr::BG_FileInfo *inFileInfo)
DisposeBuffer(...)
Boolean BackgroundTrackMgr::DisposeBuffer(AudioQueueRef inAQ, std::vector< AudioQueueBufferRef > inDisposeBufferList, AudioQueueBufferRef inBufferToDispose)
GetNumPacketsToRead(...)
UInt32 BackgroundTrackMgr::GetNumPacketsToRead(BackgroundTrackMgr::BG_FileInfo *inFileInfo)
GetQueueStateForNextBuffer(...)
SInt8 BackgroundTrackMgr::GetQueueStateForNextBuffer(BackgroundTrackMgr::BG_FileInfo *inFileInfo, BackgroundTrackMgr::BG_FileInfo *inNextFileInfo)
LoadTrack(...)
OSStatus BackgroundTrackMgr::LoadTrack(const char *inFilePath, Boolean inAddToQueue, Boolean inLoadAtOnce)
QueueCallback(...)
void BackgroundTrackMgr::QueueCallback(void *inUserData, AudioQueueRef inAQ, AudioQueueBufferRef inCompleteAQBuffer)
QueueStoppedProc(...)
void BackgroundTrackMgr::QueueStoppedProc(void *inUserData, AudioQueueRef inAQ, AudioQueuePropertyID inID)
Last updated Friday, 02 May 2025 18:55:44 UTC - 0cfbc5eb74e8f627fe4da3fb60a3ee56ee64a172
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue