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

Method GetSampleCount

libraries/lib-project-file-io/SqliteSampleBlock.cpp:410–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410size_t SqliteSampleBlock::GetSampleCount() const
411{
412 return mSampleCount;
413}
414
415size_t SqliteSampleBlock::DoGetSamples(samplePtr dest,
416 sampleFormat destformat,

Callers 15

ConvertToSampleFormatMethod · 0.45
GetMinMaxMethod · 0.45
GetRMSMethod · 0.45
CopyMethod · 0.45
ShareOrCopySampleBlockFunction · 0.45
PasteMethod · 0.45
AppendBlockMethod · 0.45
GetBestBlockSizeMethod · 0.45
HandleXMLEndTagMethod · 0.45
WriteXMLMethod · 0.45
FindBlockMethod · 0.45
ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected