|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Bus.WARNING
Signal emitted when a warning message is delivered.
Bus.connect(WARNING)
,
Bus.disconnect(WARNING)
Method Summary | |
---|---|
void |
warningMessage(GstObject source,
int code,
java.lang.String message)
Called when a Pipeline element posts an warning message. |
Method Detail |
---|
void warningMessage(GstObject source, int code, java.lang.String message)
Pipeline
element posts an warning message.
source
- the element which posted the message.code
- a numeric code representing the warning.message
- a string representation of the warning.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |