mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +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.
|
||||
*
|
||||
* @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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue