ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
audsrv_fmt_t Struct Reference

#include <audsrv.h>

Data Fields

int freq
 
int bits
 
int channels
 

Detailed Description

structure used to set new format

Definition at line 41 of file audsrv.h.

Field Documentation

◆ bits

int audsrv_fmt_t::bits

bits per sample (8, 16)

Definition at line 46 of file audsrv.h.

Referenced by audsrv_set_format(), and main().

◆ channels

int audsrv_fmt_t::channels

output channels (1, 2)

Definition at line 48 of file audsrv.h.

Referenced by audsrv_set_format(), and main().

◆ freq

int audsrv_fmt_t::freq

output frequency in hz

Definition at line 44 of file audsrv.h.

Referenced by audsrv_set_format(), and main().


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