Basic metadata for a sample stream. More...
#include <Backend.h>
Public Member Functions | |
| double | samplesToTime (int samples) |
Public Attributes | |
| bool | knownLength |
| Flag signalling whether the total length (number of samples) of the stream is known. | |
| int | length |
| Length (number of samples) of the stream if it is known, 0 otherwise. | |
| int | sampleRate |
| Stream sample rate in samples per second (Hz). | |
| WFTime | timeOffset |
| Time offset of the first sample in the stream. | |
Basic metadata for a sample stream.

1.8.4