Home
last modified time | relevance | path

Searched refs:sCaptureBuffer (Results 1 – 1 of 1) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/Network/
H A Dnetwork_microphone_sdl_win32.cpp57 static LPDIRECTSOUNDCAPTUREBUFFER sCaptureBuffer = NULL; variable
99 sCaptureBuffer->GetCurrentPosition(&theReadPosition, NULL); in transmit_captured_data()
112sCaptureBuffer->Lock(sNextReadStartPosition, theAmountOfDataAvailable, &theFirstChunkStart, &theFi… in transmit_captured_data()
124sCaptureBuffer->Unlock(theFirstChunkStart, theFirstChunkSize, theSecondChunkStart, theSecondChunkS… in transmit_captured_data()
137 assert(sCaptureBuffer == NULL); in open_network_microphone()
185 … = sDirectSoundCapture->CreateCaptureBuffer(&theRecordingBufferDescription, &sCaptureBuffer, NULL); in open_network_microphone()
223 HRESULT theResult = sCaptureBuffer->Start(DSCBSTART_LOOPING); in start_transmitting_audio()
235 HRESULT theResult = sCaptureBuffer->Stop(); in stop_transmitting_audio()
250 if(sCaptureBuffer != NULL) { in close_network_microphone()
251 sCaptureBuffer->Release(); in close_network_microphone()
[all …]