Mp3AudioWaveFormat Constructor |
Creates a new MP3 AudioWaveFormat
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic Mp3AudioWaveFormat(
int sampleRate,
int channels,
int blockSize,
int bitRate
)
Public Sub New (
sampleRate As Integer,
channels As Integer,
blockSize As Integer,
bitRate As Integer
)
public:
Mp3AudioWaveFormat(
int sampleRate,
int channels,
int blockSize,
int bitRate
)
new :
sampleRate : int *
channels : int *
blockSize : int *
bitRate : int -> Mp3AudioWaveFormat
Parameters
- sampleRate Int32
-
- channels Int32
-
- blockSize Int32
-
- bitRate Int32
-
See Also