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 수요일, 08 3월 2023 18:06:54 UTC - 7c9ee203c70f155d301b41aa9b34dcc286921a3c
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