|
Paraslash Audio Streaming |
About News Download Documentation Development |
Data Fields | |
int | channels_arg |
int | channels_given |
int | sample_rate_arg |
int | sample_rate_given |
int | sample_format_arg |
int | sample_format_given |
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.