public class GError extends Object
| Constructor and Description |
|---|
GError(int code,
String message)
Creates a new instance of GError
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Gets a numeric code representing this error.
|
String |
getMessage()
Gets a string representation of this error.
|
public GError(int code,
String message)
code - native int error codemessage - error message textpublic final int getCode()
public String getMessage()
Copyright © 2021 gstreamer-java. All rights reserved.