Click or drag to resize

LameMP3FileWriter Constructor (String, AudioWaveFormat, Int32)

Create MP3FileWriter to write to a file on disk

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

Parameters

outFileName
Type: SystemString
Name of file to create
format
Type: Ozeki.MediaAudioWaveFormat
Input WaveFormat
bitRate
Type: SystemInt32
Output bit rate in kbps
See Also