search for: _endthread

Displaying 3 results from an estimated 3 matches for "_endthread".

2001 Nov 11
1
can I use _beginthread and _endthread in winelib ?
hi, how can I use _beginthread with winelib (I get "undefined reference") ? thanks, -- Felix Natter
2001 Jul 05
1
Streaming buffers/ov_read question
...n2; memcpy(ptr2, pcmData + bufferReadCursor, len2_copy); bufferReadCursor += len2_copy; } lpdsBuffer->Unlock((void **)&ptr1, len1, (void **)&ptr2, len2); if (begPlay) { lpdsBuffer->Play(0, 0, DSBPLAY_LOOPING); begPlay = false; } } lpdsBuffer->Release(); _endthread(); } // end code --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Un...
2000 Jul 29
5
ogg123 HTTP streaming
I am about to commit HTTP streaming code for ogg123. This has no relation to the discussion about "real" steaming Ogg; it just downloads and plays at the same time. But unless you have a direct T3 connection, it'll almost definately break up quite frequently. Solution? Buffer. But I have other things to work on for the rest of the day... Any screaming objections? This has been