From c399691a3e376c9feb085a335ba2642730aaf061 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Sun, 2 Jan 2022 22:45:36 +0000 Subject: [PATCH] fix the doc parameter error --- apple/src/FFprobeKit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/src/FFprobeKit.h b/apple/src/FFprobeKit.h index dccb7de..94ae47e 100644 --- a/apple/src/FFprobeKit.h +++ b/apple/src/FFprobeKit.h @@ -274,7 +274,7 @@ *

Note that this method returns immediately and does not wait the execution to complete. You must use an * MediaInformationSessionCompleteCallback if you want to be notified about the result. * - * @param command FFprobe command that prints media information for a file in JSON format + * @param arguments FFprobe command that prints media information for a file in JSON format * @param completeCallback callback that will be notified when execution has completed * @param logCallback callback that will receive logs * @param queue dispatch queue that will be used to run this asynchronous operation