WAV file header information. More...
#include <gnuradio/blocks/wavfile.h>
Public Attributes | |
int | sample_rate |
sample rate [S/s] More... | |
int | nchans |
Number of channels. More... | |
int | bytes_per_sample |
Bytes per sample. More... | |
long long | samples_per_chan |
Number of samples per channel. More... | |
int | format |
sndfile format More... | |
int | subformat |
sndfile format More... | |
WAV file header information.
int gr::blocks::wav_header_info::bytes_per_sample |
Bytes per sample.
int gr::blocks::wav_header_info::format |
sndfile format
int gr::blocks::wav_header_info::nchans |
Number of channels.
int gr::blocks::wav_header_info::sample_rate |
sample rate [S/s]
long long gr::blocks::wav_header_info::samples_per_chan |
Number of samples per channel.
int gr::blocks::wav_header_info::subformat |
sndfile format