AudioWaveFormat Constructor (Int32, Int32, Int32) |
Creates a new PCM format with the specified sample rate, bit depth and channels
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic AudioWaveFormat(
int rate,
int bits,
int channels
)
Public Sub New (
rate As Integer,
bits As Integer,
channels As Integer
)
public:
AudioWaveFormat(
int rate,
int bits,
int channels
)
new :
rate : int *
bits : int *
channels : int -> AudioWaveFormat
Parameters
- rate
- Type: SystemInt32
- bits
- Type: SystemInt32
- channels
- Type: SystemInt32
See Also