Package ws.schild.jave.progress
Class EncoderProgressAdapter
java.lang.Object
ws.schild.jave.progress.EncoderProgressAdapter
- All Implemented Interfaces:
EncoderProgressListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called every time the encoder need to send a message (usually, a warning).voidprogress(int permil) This method is called to notify a progress in the encoding process.voidsourceInfo(MultimediaInfo info) This method is called before the encoding process starts, reporting information about the source stream that will be decoded and re-encoded.
-
Constructor Details
-
EncoderProgressAdapter
-
-
Method Details
-
sourceInfo
Description copied from interface:EncoderProgressListenerThis method is called before the encoding process starts, reporting information about the source stream that will be decoded and re-encoded.- Specified by:
sourceInfoin interfaceEncoderProgressListener- Parameters:
info- Informations about the source multimedia stream.
-
progress
public void progress(int permil) Description copied from interface:EncoderProgressListenerThis method is called to notify a progress in the encoding process.- Specified by:
progressin interfaceEncoderProgressListener- Parameters:
permil- A permil value representing the encoding process progress.
-
message
Description copied from interface:EncoderProgressListenerThis method is called every time the encoder need to send a message (usually, a warning).- Specified by:
messagein interfaceEncoderProgressListener- Parameters:
message- The message sent by the encoder.
-