Searched refs:audioconfig (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_sgi.c39 ALconfig audioconfig; variable
99 audioconfig = alNewConfig();
100 if (audioconfig == (ALconfig) 0)
133 alFreeConfig(audioconfig);
177 alSetSampFmt(audioconfig, AL_SAMPFMT_TWOSCOMP);
178 alSetWidth(audioconfig, width);
179 if (channels != alGetChannels(audioconfig))
182 alSetChannels(audioconfig, channels);
183 output_port = alOpenPort("rdpsnd", "w", audioconfig);
196 channelCount = alGetChannels(audioconfig);
[all...]

Completed in 31 milliseconds