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

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

sampleRate (Int32)

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

channels (Int32)

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

byteFormat (AO_FMT)

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

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