Paraslash Audio Streaming | |
About News Download Documentation Development |
These come from the command line arguments. More...
#include <check_wav.h>
Data Fields | |
int | channels_arg |
Number of channels, or the default value. More... | |
int | channels_given |
Whether the channel count was given. More... | |
int | sample_rate_arg |
Same semantics as channels_count. More... | |
int | sample_rate_given |
Whether the sample rate was given. More... | |
int | sample_format_arg |
Same semantics as sample_rate. More... | |
int | sample_format_given |
Whether the sample format was given. More... | |
These come from the command line arguments.
Different users of the check_wav API have different arg_info structs, so we need a universal variant for these.
int channels_arg |
Number of channels, or the default value.
int channels_given |
Whether the channel count was given.
int sample_rate_arg |
Same semantics as channels_count.
int sample_rate_given |
Whether the sample rate was given.
int sample_format_arg |
Same semantics as sample_rate.
int sample_format_given |
Whether the sample format was given.