Click or drag to resize

LameMP3FileWriter(String, AudioWaveFormat, Int32) Constructor

Initializes a new instance of the LameMP3FileWriter class

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

Parameters

outFileName  String
 
format  AudioWaveFormat
 
bitRate  Int32
 
See Also