#include <CvrStgObject.h>
Inheritance diagram for CvrStgObject:
Public Member Functions | |
virtual unsigned long | getNumSamples (void) const =0 |
virtual SampleValue * | getSampleValue (const SamplePos pos) const =0 |
virtual void | replaceSample (const SamplePos pos, const SampleValue *s)=0 |
Definitions: Embedded Bit...a bit to be embedded (one bit in the original or extracted embfile) Sample...the smallest data unit in a file (e.g. a RGB triple, a DCT coefficient)
|
get the number of samples in this CvrStgObject Implemented in AudioDataImpl< Type, ValueType, SampleValueType >, AuFile, BmpFile, WavFile, and DummyFile. |
|
get the sample at position pos
Implemented in AudioDataImpl< Type, ValueType, SampleValueType >, AuFile, BmpFile, WavFile, and DummyFile. |
|
replace a sample thus (possibly) altering the value of the bit returned by SampleValue->getBit()
Implemented in AudioDataImpl< Type, ValueType, SampleValueType >, AuFile, BmpFile, WavFile, and DummyFile. |