public static interface Bus.INFO
Bus.connect(INFO),
Bus.disconnect(INFO)| Modifier and Type | Method and Description |
|---|---|
void |
infoMessage(GstObject source,
int code,
java.lang.String message)
Called when a
Pipeline element posts an informational message. |
void infoMessage(GstObject source, int code, java.lang.String message)
Pipeline element posts an informational message.source - the element which posted the message.code - a numeric code representing the informational message.message - a string representation of the informational message.