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

Method Stored

libraries/lib-math/SampleFormat.h:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90 sampleFormat Effective() const { return m_Effective; }
91 sampleFormat Stored() const { return m_Stored; }
92
93 //! Update the effective format, for insertion of more samples into the sequence
94 /*! `GetEffective()` will not necessarily equal the given value, because the invariant will be preserved,

Callers 15

HandleXMLChildMethod · 0.80
PasteMethod · 0.80
SequenceMethod · 0.80
ConvertToSampleFormatMethod · 0.80
CopyMethod · 0.80
PasteMethod · 0.80
SetSilenceMethod · 0.80
InsertSilenceMethod · 0.80
HandleXMLTagMethod · 0.80
WriteXMLMethod · 0.80
SetSamplesMethod · 0.80
AppendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected