Commit 62a89ae9 by Oliver Woodman

tweak javadoc

parent dd4d4e8f
...@@ -127,9 +127,7 @@ public final class LibopusAudioTrackRenderer extends SampleSourceTrackRenderer ...@@ -127,9 +127,7 @@ public final class LibopusAudioTrackRenderer extends SampleSourceTrackRenderer
} }
/** /**
* Get the version of underlying libopus library. * Returns the version of the underlying libopus library if available, otherwise {@code null}.
*
* @return version of the underlying libopus library.
*/ */
public static String getLibopusVersion() { public static String getLibopusVersion() {
return isLibopusAvailable() ? OpusDecoder.getLibopusVersion() : null; return isLibopusAvailable() ? OpusDecoder.getLibopusVersion() : null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment