search for: isdoublebuffering

Displaying 2 results from an estimated 2 matches for "isdoublebuffering".

2006 Jan 17
1
How to loop a Vobis sound ?
...queue on a source if (!pBuf) alSourcei (m_id, AL_BUFFER, AL_NONE); else { // for single clip stream (WAV), attach the buffer id directly // for double buffering stream (Ogg), don't attach buffer id // Queue the streaming buffers instead. if (!pBuf->IsDoubleBuffering ()) alSourcei (m_id, AL_BUFFER, pBuf->Id ()[0]); } m_pBuf = pBuf; } void Source::SetRelative (bool bRel) { if (bRel) alSourcef (m_id, AL_SOURCE_RELATIVE, AL_TRUE); else alSourcef (m_id, AL_SOURCE_RELATIVE, AL_FALSE); } void Source::QueueBuffer (Buffer *...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding: