mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
tweak javadoc
This commit is contained in:
parent
dd4d4e8f7e
commit
62a89ae90c
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Reference in a new issue