private void OnParserErrorReceived(YTDLParser.ErrorEvent error) { Debug.LogErrorFormat(LOG_FORMAT, error.message); errorReceived(this, error.code); }
private void OnParserErrorReceived(YTDLParser.ErrorEvent error) { errorReceived(this, error.code); }
private void ErrorReceived(YTDLParser.ErrorEvent error) { //Debug.LogErrorFormat(LOG_FORMAT, "Receive error code: " + error.code); errorMsg = error.message; }