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 토요일, 17 8월 2024 20:45:32 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
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