mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-05 06:20:44 +09:00
window get title: cleanup data
This commit is contained in:
@@ -33,11 +33,10 @@ namespace gsr {
|
||||
return false;
|
||||
|
||||
thread = std::thread([this]() {
|
||||
const pa_sample_spec ss = {
|
||||
.format = PA_SAMPLE_S16LE,
|
||||
.rate = 48000,
|
||||
.channels = 2
|
||||
};
|
||||
pa_sample_spec ss;
|
||||
ss.format = PA_SAMPLE_S16LE;
|
||||
ss.rate = 48000;
|
||||
ss.channels = 2;
|
||||
|
||||
pa_simple *s = NULL;
|
||||
int error;
|
||||
|
||||
Reference in New Issue
Block a user