WaveFormat Constructor (Int32, Int32, Int32) |
Creates a new PCM format with the specified sample rate, bits per sample and channels
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public WaveFormat(
int sampleRate,
int bitRate,
int channels
)
Public Sub New (
sampleRate As Integer,
bitRate As Integer,
channels As Integer
)
public:
WaveFormat(
int sampleRate,
int bitRate,
int channels
)
new :
sampleRate : int *
bitRate : int *
channels : int -> WaveFormat
Parameters
- sampleRate
- Type: SystemInt32
Sample rate - bitRate
- Type: SystemInt32
Bits per sample - channels
- Type: SystemInt32
Channels (Mono = 1, Stereo = 2)
See Also