| 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, |
no outgoing calls
no test coverage detected