Struct creek_core::read::ReadData [−][src]
Expand description
The sample data returned by a ReadClient.
Implementations
Read a single channel of samples.
Use ReadData::num_channels() to get the number of available channels.
The length of this data will be equal to ReadData::num_frames().
Return the number of channels in this data.
Return the number of samples in a single channel of data.
This returns (true) if the last frame in this data is the end of the file, (false) otherwise.