Click or drag to resize

LameMP3FileWriter(String, AudioWaveFormat, Int32) Constructor

Create MP3FileWriter to write to a file on disk

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public LameMP3FileWriter(
	string outFileName,
	AudioWaveFormat format,
	int bitRate
)

Parameters

outFileName  String
Name of file to create
format  AudioWaveFormat
Input WaveFormat
bitRate  Int32
Output bit rate in kbps
See Also