Searched refs:wxSOUND_LOOP (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsound.h35 #define wxSOUND_LOOP ((unsigned)2) macro
44 wxASSERT_MSG( (flags & wxSOUND_LOOP) == 0 ||
91 if (looped) flags |= wxSOUND_LOOP | wxSOUND_ASYNC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dsound.cpp193 if ( flags & wxSOUND_LOOP )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dsound.cpp353 new wxQTTimer(movie, flags & wxSOUND_LOOP ? 1 : 0,
360 wxASSERT_MSG(!(flags & wxSOUND_LOOP), wxT("Can't loop and play syncronously at the same time"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsound_sdl.cpp286 m_loop = (flags & wxSOUND_LOOP);
H A Dsound.cpp168 } while (flags & wxSOUND_LOOP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sound/
H A Dsound.cpp1086 m_sound->Play(wxSOUND_ASYNC | wxSOUND_LOOP);

Completed in 169 milliseconds