Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ setFileTimeLimit
Method
setFileTimeLimit
src/audio/AudioSinkFileThread.cpp:132–140 ·
view source on GitHub ↗
Time limit
Source
from the content-addressed store, hash-verified
130
131
// Time limit
132
void AudioSinkFileThread::setFileTimeLimit(int nbSeconds) {
133
134
if (nbSeconds > 0) {
135
fileTimeLimit = nbSeconds;
136
}
137
else {
138
fileTimeLimit = 0;
139
}
140
}
Callers
1
startRecording
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected