psl1ght
A free SDK for Sony's PS3 console
|
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 |
Audio port parameter data structure.
u64 _audio_port_param::attrib |
Special attributes.
This value must be either 0 or AUDIO_PORT_INITLEVEL.
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.
u64 _audio_port_param::numBlocks |
u64 _audio_port_param::numChannels |