paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
wav_params Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ channels_arg

int channels_arg

Number of channels, or the default value.

◆ channels_given

int channels_given

Whether the channel count was given.

◆ sample_rate_arg

int sample_rate_arg

Same semantics as channels_count.

◆ sample_rate_given

int sample_rate_given

Whether the sample rate was given.

◆ sample_format_arg

int sample_format_arg

Same semantics as sample_rate.

◆ sample_format_given

int sample_format_given

Whether the sample format was given.


The documentation for this struct was generated from the following file: