Displaying 2 results from an estimated 2 matches for "benable".
Did you mean:
enable
2006 Jan 17
1
How to loop a Vobis sound ?
...D sound Attributes
void SetRelative (bool bRel);
void SetPosition (ALfloat *pPos) { alSourcefv (m_id, AL_POSITION, pPos); }
void SetVelocity (ALfloat *p3f) { alSourcefv (m_id, AL_VELOCITY, p3f); }
// default is enabled, Set disable for background music
void Enable3DEffect (bool bEnable);
const ALuint Id () const { return m_id; }
Buffer* GetBuffer () const { return m_pBuf; }
// To continue play multiple sounds
// Buffer can be queued at any source state.
// All buffers in a queue must have the same format and attributes.
// currently only working for sing...
2010 May 21
0
Wine release 1.2-rc1
...test_Expose.
winmm/tests: Remove two unused variables (and dead code) from check_position.
shlwapi: Remove variable retval which is not really used from GetAcceptLanguagesW.
comctl32: Remove unused parameter fwKeys from LISTVIEW_MouseHover.
comctl32: Remove unused parameter bEnable from LISTVIEW_Enable.
comctl32/tests: Remove variable hwndheader which is not really used from test_redraw.
localspl/tests: Improve the tests in test_XcvDataPort_AddPort by properly checking return values and avoiding a duplicate test.
user32/tests: Make checks in test_LoadImageFi...