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 星期二, 19 十一月 2024 17:23:35 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
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