LameMP3FileWriter Constructor (String, AudioWaveFormat, Int32) |
Create MP3FileWriter to write to a file on disk
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public LameMP3FileWriter(
string outFileName,
AudioWaveFormat format,
int bitRate
)
Public Sub New (
outFileName As String,
format As AudioWaveFormat,
bitRate As Integer
)
public:
LameMP3FileWriter(
String^ outFileName,
AudioWaveFormat^ format,
int bitRate
)
new :
outFileName : string *
format : AudioWaveFormat *
bitRate : int -> LameMP3FileWriter
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