● ai_translator_set_mode // 开启翻译时下发设置翻译模式● ai_player_start● ai_rx_player_open● if (type AI_SERVICE_CALL_DOWNSTREAM) {player-stream jlstream_pipeline_parse_by_node_name(uuid, “AI_RX_ESCO_DOWN”);} else if (type AI_SERVICE_CALL_UPSTREAM) {player-stream jlstream_pipeline_parse_by_node_name(uuid, “AI_RX_ESCO_UP”);} else {player-stream jlstream_pipeline_parse(uuid, NODE_UUID_AI_RX);}