warning
Description:
public signal void warning (
Error error,
string? debug_info)
These are some usually more minor error messages that should be treated like warnings.
Should not generally prevent/stop playback.
Parameters:
| error |
a Error
|
| debug_info |
an additional debug message.
|