public static interface Bus.INFO
Bus.connect(INFO),
Bus.disconnect(INFO)| Modifier and Type | Method and Description |
|---|---|
void |
infoMessage(GstObject source,
int code,
String message)
Called when a
Pipeline element posts an informational
message. |
void infoMessage(GstObject source, int code, 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.Copyright © 2021 gstreamer-java. All rights reserved.