tweak javadoc

This commit is contained in:
Oliver Woodman 2015-10-27 18:57:26 +00:00
parent dd4d4e8f7e
commit 62a89ae90c

View File

@ -127,9 +127,7 @@ public final class LibopusAudioTrackRenderer extends SampleSourceTrackRenderer
}
/**
* Get the version of underlying libopus library.
*
* @return version of the underlying libopus library.
* Returns the version of the underlying libopus library if available, otherwise {@code null}.
*/
public static String getLibopusVersion() {
return isLibopusAvailable() ? OpusDecoder.getLibopusVersion() : null;