|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EncoderProgressListener
Encoding progress listener interface. Instances of implementing classes could be used to listen an encoding process.
| Method Summary | |
|---|---|
void |
message(java.lang.String message)
This method is called every time the encoder need to send a message (usually, a warning). |
void |
progress(int permil)
This method is called to notify a progress in the encoding process. |
void |
sourceInfo(MultimediaInfo info)
This method is called before the encoding process starts, reporting information about the source stream that will be decoded and re-encoded. |
| Method Detail |
|---|
void sourceInfo(MultimediaInfo info)
info - Informations about the source multimedia stream.void progress(int permil)
permil - A permil value representing the encoding process progress.void message(java.lang.String message)
message - The message sent by the encoder.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||