AudioWaveFormat(Int32, Int32, Int32) Constructor |
Creates a new PCM format with the specified sample rate, bit depth and channels
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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 -> AudioWaveFormatParameters
- rate Int32
-
- bits Int32
-
- channels Int32
-
See Also