Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ isVariableBitRate
Method
isVariableBitRate
include/OutputSettings.h:56–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
{}
55
56
bool isVariableBitRate() const { return m_isVariableBitRate; }
57
void setVariableBitrate(bool variableBitRate = true) { m_isVariableBitRate = variableBitRate; }
58
59
bitrate_t getBitRate() const { return m_bitRate; }
Callers
1
startEncoding
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected