From 15345abc271e8791479ec928da989339f08176e0 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Sun, 19 Dec 2021 23:58:33 +0000 Subject: [PATCH] replace @jlink with @link in android javadocs --- .../com/arthenica/ffmpegkit/FFmpegKit.java | 16 +++++------ .../arthenica/ffmpegkit/FFmpegKitConfig.java | 12 ++++---- .../com/arthenica/ffmpegkit/FFprobeKit.java | 28 +++++++++---------- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegKit.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegKit.java index dc15539..d419907 100644 --- a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegKit.java +++ b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegKit.java @@ -66,7 +66,7 @@ public class FFmpegKit { *

Starts an asynchronous FFmpeg execution with arguments provided. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param arguments FFmpeg command options/arguments as string array * @param executeCallback callback that will be called when the execution is completed @@ -85,7 +85,7 @@ public class FFmpegKit { *

Starts an asynchronous FFmpeg execution with arguments provided. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param arguments FFmpeg command options/arguments as string array * @param executeCallback callback that will be called when the execution is completed @@ -108,7 +108,7 @@ public class FFmpegKit { *

Starts an asynchronous FFmpeg execution with arguments provided. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param arguments FFmpeg command options/arguments as string array * @param executeCallback callback that will be called when the execution is completed @@ -129,7 +129,7 @@ public class FFmpegKit { *

Starts an asynchronous FFmpeg execution with arguments provided. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param arguments FFmpeg command options/arguments as string array * @param executeCallback callback that will be called when the execution is completed @@ -167,7 +167,7 @@ public class FFmpegKit { * into arguments. You can use single or double quote characters to specify arguments inside your command. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param command FFmpeg command * @param executeCallback callback that will be called when the execution is completed @@ -183,7 +183,7 @@ public class FFmpegKit { * into arguments. You can use single or double quote characters to specify arguments inside your command. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param command FFmpeg command * @param executeCallback callback that will be called when the execution is completed @@ -203,7 +203,7 @@ public class FFmpegKit { * into arguments. You can use single or double quote characters to specify arguments inside your command. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param command FFmpeg command * @param executeCallback callback that will be called when the execution is completed @@ -225,7 +225,7 @@ public class FFmpegKit { * into arguments. You can use single or double quote characters to specify arguments inside your command. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param command FFmpeg command * @param executeCallback callback that will be called when the execution is completed diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegKitConfig.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegKitConfig.java index 62a459b..8fcb438 100644 --- a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegKitConfig.java +++ b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFmpegKitConfig.java @@ -705,7 +705,7 @@ public class FFmpegKitConfig { *

Starts an asynchronous FFmpeg execution for the given session. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param ffmpegSession FFmpeg session which includes command options/arguments */ @@ -719,7 +719,7 @@ public class FFmpegKitConfig { *

Starts an asynchronous FFmpeg execution for the given session. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param ffmpegSession FFmpeg session which includes command options/arguments * @param executorService executor service that will be used to run this asynchronous operation @@ -734,7 +734,7 @@ public class FFmpegKitConfig { *

Starts an asynchronous FFprobe execution for the given session. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param ffprobeSession FFprobe session which includes command options/arguments */ @@ -748,7 +748,7 @@ public class FFmpegKitConfig { *

Starts an asynchronous FFprobe execution for the given session. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param ffprobeSession FFprobe session which includes command options/arguments * @param executorService executor service that will be used to run this asynchronous operation @@ -763,7 +763,7 @@ public class FFmpegKitConfig { *

Starts an asynchronous FFprobe execution for the given media information session. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param mediaInformationSession media information session which includes command options/arguments * @param waitTimeout max time to wait until media information is transmitted @@ -778,7 +778,7 @@ public class FFmpegKitConfig { *

Starts an asynchronous FFprobe execution for the given media information session. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param mediaInformationSession media information session which includes command options/arguments * @param executorService executor service that will be used to run this asynchronous operation diff --git a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFprobeKit.java b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFprobeKit.java index 9b9a6a3..139d510 100644 --- a/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFprobeKit.java +++ b/android/ffmpeg-kit-android-lib/src/main/java/com/arthenica/ffmpegkit/FFprobeKit.java @@ -80,7 +80,7 @@ public class FFprobeKit { *

Starts an asynchronous FFprobe execution with arguments provided. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param arguments FFprobe command options/arguments as string array * @param executeCallback callback that will be called when the execution is completed @@ -99,7 +99,7 @@ public class FFprobeKit { *

Starts an asynchronous FFprobe execution with arguments provided. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param arguments FFprobe command options/arguments as string array * @param executeCallback callback that will be notified when execution is completed @@ -120,7 +120,7 @@ public class FFprobeKit { *

Starts an asynchronous FFprobe execution with arguments provided. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param arguments FFprobe command options/arguments as string array * @param executeCallback callback that will be called when the execution is completed @@ -141,7 +141,7 @@ public class FFprobeKit { *

Starts an asynchronous FFprobe execution with arguments provided. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param arguments FFprobe command options/arguments as string array * @param executeCallback callback that will be notified when execution is completed @@ -177,7 +177,7 @@ public class FFprobeKit { * into arguments. You can use single or double quote characters to specify arguments inside your command. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param command FFprobe command * @param executeCallback callback that will be called when the execution is completed @@ -193,7 +193,7 @@ public class FFprobeKit { * into arguments. You can use single or double quote characters to specify arguments inside your command. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param command FFprobe command * @param executeCallback callback that will be notified when execution is completed @@ -211,7 +211,7 @@ public class FFprobeKit { * into arguments. You can use single or double quote characters to specify arguments inside your command. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param command FFprobe command * @param executeCallback callback that will be called when the execution is completed @@ -233,7 +233,7 @@ public class FFprobeKit { * into arguments. You can use single or double quote characters to specify arguments inside your command. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param command FFprobe command * @param executeCallback callback that will be called when the execution is completed @@ -286,7 +286,7 @@ public class FFprobeKit { *

Starts an asynchronous FFprobe execution to extract the media information for the specified file. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param path path or uri of a media file * @param executeCallback callback that will be called when the execution is completed @@ -305,7 +305,7 @@ public class FFprobeKit { *

Starts an asynchronous FFprobe execution to extract the media information for the specified file. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param path path or uri of a media file * @param executeCallback callback that will be notified when execution is completed @@ -328,7 +328,7 @@ public class FFprobeKit { *

Starts an asynchronous FFprobe execution to extract the media information for the specified file. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param path path or uri of a media file * @param executeCallback callback that will be called when the execution is completed @@ -349,7 +349,7 @@ public class FFprobeKit { *

Starts an asynchronous FFprobe execution to extract the media information for the specified file. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param path path or uri of a media file * @param executeCallback callback that will be notified when execution is completed @@ -389,7 +389,7 @@ public class FFprobeKit { * this method must generate the output in JSON format in order to successfully extract media information from it. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param command FFprobe command that prints media information for a file in JSON format * @param executeCallback callback that will be notified when execution is completed @@ -410,7 +410,7 @@ public class FFprobeKit { * from it. * *

Note that this method returns immediately and does not wait the execution to complete. You must use an - * {@jlink ExecuteCallback} if you want to be notified about the result. + * {@link ExecuteCallback} if you want to be notified about the result. * * @param arguments FFprobe command arguments that print media information for a file in JSON format * @param executeCallback callback that will be notified when execution is completed