Mp3AudioWaveFormat Constructor |
Creates a new MP3 AudioWaveFormat
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemInt32
- channels
- Type: SystemInt32
- blockSize
- Type: SystemInt32
- bitRate
- Type: SystemInt32
See Also