tweak javadoc
This commit is contained in:
parent
dd4d4e8f7e
commit
62a89ae90c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user