psl1ght
A free SDK for Sony's PS3 console
Data Fields
_audio_port_param Struct Reference

Audio port parameter data structure. More...

#include <audio.h>

Data Fields

u64 numChannels
 Number of channels. More...
 
u64 numBlocks
 Number of blocks in audio buffer. More...
 
u64 attrib
 Special attributes. More...
 
f32 level
 

Detailed Description

Audio port parameter data structure.

Field Documentation

◆ attrib

u64 _audio_port_param::attrib

Special attributes.

This value must be either 0 or AUDIO_PORT_INITLEVEL.

◆ level

f32 _audio_port_param::level

\Brief Initial volume.

Valid only if attrib was set to AUDIO_PORT_INITLEVEL.

Possible values vary from 0 to 1.

◆ numBlocks

u64 _audio_port_param::numBlocks

Number of blocks in audio buffer.

Possible values are:

◆ numChannels

u64 _audio_port_param::numChannels

Number of channels.

Possible values are:


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