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 星期五, 15 九月 2023 21:22:00 UTC - 89b7d17faa77e847b7de814f7dcea89eeca38653
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