LumiSoft Net Help
AudioFormat Constructor (samplesPerSecond, bitsPerSample, channels)
NamespacesLumiSoft.Net.MediaAudioFormatAudioFormat(Int32, Int32, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public AudioFormat(
	int samplesPerSecond,
	int bitsPerSample,
	int channels
)
Public Sub New ( 
	samplesPerSecond As Integer,
	bitsPerSample As Integer,
	channels As Integer
)
public:
AudioFormat(
	int samplesPerSecond, 
	int bitsPerSample, 
	int channels
)
new : 
        samplesPerSecond : int * 
        bitsPerSample : int * 
        channels : int -> AudioFormat
Parameters
samplesPerSecond (Int32)
The number of samples per second that are provided by the audio format.
bitsPerSample (Int32)
The number of bits that are used to store the audio information for a single sample of an audio format.
channels (Int32)
The number of channels that are provided by the audio format.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119