All Classes |Grouped Classes |Index

Function CL_SoundOutput

Constructs a SoundOutput.

	CL_SoundOutput::CL_SoundOutput();

	CL_SoundOutput::CL_SoundOutput(
		int mixing_frequency,
		int latency = 50);

	CL_SoundOutput::CL_SoundOutput(
		const CL_SoundOutput_Description & desc);

	CL_SoundOutput::CL_SoundOutput(
		const CL_WeakPtr < CL_SoundOutput_Impl > impl);