TMP3ToWav Properties


Buisy : Boolean;

Read only

Read this property to determine if the component is buisy.


InputFile : TFileName;

Use this property to set the name of the input mp3 file for the conversion. Note that if InputStream property is also assigned, InputFile will be ignored.


InputStream : TStream;

Use this property to set the input stream containing mp3 frames for the conversion. This property precedes over InputFile so InputFile is used only when InputStream is unassigned. To unassign previously assigned InputStream property, set it to nil.


OutputFile : TFileName;

Use this property to set the name of the output wav file for the converter. Note that if OutputStream property is also assigned, OutputFile will be ignored.


OutputStream : TStream;

Use this property to set the output stream which wav-formatted data will be written to. This property precedes over OutputFile so OutputFile is used only when OutputStream is unassigned. To unassign previously assigned OutputStream property, set it to nil.


Progress : Integer;

Read only

This property indicates current job progress (in percents).


TMP3ToWav ACS Classes Home


Copyright © 2002, 2003 Andrei Borovsky. All rights reserved.