libao# 0.8.8
ao_sample_format Constructor (bitsPerSample, sampleRate, channels)
NamespacesXiph.Audio.Output.LowLevelao_sample_formatao_sample_format(Int32, Int32, Int32)
Creates a structure with the specified values and with the machine's native byte order.
Declaration Syntax
C#Visual BasicVisual C++
public ao_sample_format(
	int bitsPerSample,
	int sampleRate,
	int channels
)
Public Sub New ( _
	bitsPerSample As Integer, _
	sampleRate As Integer, _
	channels As Integer _
)
public:
ao_sample_format(
	int bitsPerSample, 
	int sampleRate, 
	int channels
)
Parameters
bitsPerSample (Int32)

[Missing <param name="bitsPerSample"/> documentation for "M:Xiph.Audio.Output.LowLevel.ao_sample_format.#ctor(System.Int32,System.Int32,System.Int32)"]

sampleRate (Int32)

[Missing <param name="sampleRate"/> documentation for "M:Xiph.Audio.Output.LowLevel.ao_sample_format.#ctor(System.Int32,System.Int32,System.Int32)"]

channels (Int32)

[Missing <param name="channels"/> documentation for "M:Xiph.Audio.Output.LowLevel.ao_sample_format.#ctor(System.Int32,System.Int32,System.Int32)"]

Assembly: libao-sharp (Module: libao-sharp) Version: 0.8.8.18341