Initializes a new instance of the WaveFormat class
Namespace: Ozeki.Media.Audio.Waveform.FormatsAssembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public WaveFormat( int sampleRate, int bitRate, int channels ) |
Visual Basic |
---|
Public Sub New ( sampleRate As Integer, bitRate As Integer, channels As Integer ) |
Visual C++ |
---|
public: WaveFormat( int sampleRate, int bitRate, int channels ) |
Parameters
- sampleRate
- Type: System..::..Int32
[Missing <param name="sampleRate"/> documentation for "M:Ozeki.Media.Audio.Waveform.Formats.WaveFormat.#ctor(System.Int32,System.Int32,System.Int32)"]
- bitRate
- Type: System..::..Int32
[Missing <param name="bitRate"/> documentation for "M:Ozeki.Media.Audio.Waveform.Formats.WaveFormat.#ctor(System.Int32,System.Int32,System.Int32)"]
- channels
- Type: System..::..Int32
[Missing <param name="channels"/> documentation for "M:Ozeki.Media.Audio.Waveform.Formats.WaveFormat.#ctor(System.Int32,System.Int32,System.Int32)"]