returnmal_post_error(pDevice,"[WASAPI] Failed to retrieve internal buffer from playback device in preparation for sending new data to the device.",MAL_WASAPI_FAILED_TO_GET_INTERNAL_BUFFER);
returnmal_post_error(pDevice,"[WASAPI] Failed to release internal buffer from playback device in preparation for sending new data to the device.",MAL_WASAPI_FAILED_TO_RELEASE_INTERNAL_BUFFER);
mal_post_error(pDevice,"[WASAPI] WARNING: Failed to retrieve internal buffer from capture device in preparation for sending new data to the client.",MAL_WASAPI_FAILED_TO_GET_INTERNAL_BUFFER);
break;
break;
}
}
// NOTE: Do we need to handle the case when the AUDCLNT_BUFFERFLAGS_SILENT bit is set in <flags>?
mal_post_error(pDevice,"[WASAPI] WARNING: Failed to release internal buffer from capture device in preparation for sending new data to the client.",MAL_WASAPI_FAILED_TO_RELEASE_INTERNAL_BUFFER);