MCPcopy Create free account
hub / github.com/audacity/audacity / GetRate

Method GetRate

libraries/lib-wave-track/WaveTrack.cpp:313–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313int WaveTrackData::GetRate() const
314{
315 return mRate;
316}
317
318void WaveTrackData::SetRate(int value)
319{

Callers 8

GetRenderedCopyFunction · 0.45
CreateMethod · 0.45
CreateManyMethod · 0.45
WriteOneXMLMethod · 0.45
GetEnvelopeValuesMethod · 0.45

Calls 2

GetTrackFunction · 0.85
GetFunction · 0.85

Tested by

no test coverage detected