- 此问题在此处已有答案**:
(18个答案)
4小时前关闭.
public class ffpy
{
public static void Run(String command) {
FFmpegSession session = FFmpegKit.execute(command);
}
}
这是我的类+函数,我试图访问。
import com.sahib.ffpy.ffpy;
class a {
ffpy.Run("")
}
显示错误-无法解析符号"Run"。
知道怎么修吗?我是Java新手。
预期行为-在ffmpegkit/execute "Run"方法中运行命令
1条答案
按热度按时间jgwigjjp1#
如果提供的包路径正确,则可以运行以下方法