Searched refs:notify_positions (Results 1 – 1 of 1) sorted by relevance
578 DSBPOSITIONNOTIFY *notify_positions; in CreateAudioEvent() local594 notify_positions = (DSBPOSITIONNOTIFY *)SDL_malloc(NUM_BUFFERS* in CreateAudioEvent()595 sizeof(*notify_positions)); in CreateAudioEvent()596 if ( notify_positions == NULL ) { in CreateAudioEvent()608 notify_positions[i].dwOffset = i*mixlen; in CreateAudioEvent()609 notify_positions[i].hEventNotify = audio_event; in CreateAudioEvent()612 NUM_BUFFERS, notify_positions); in CreateAudioEvent()