| License |
License |
|---|---|
| GroupId | GroupIdde.sfuhrm |
| ArtifactId | ArtifactIdjaad |
| Last Version | Last Version0.8.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJAAD
JAAD is an AAC decoder and MP4 demultiplexer library written completely in Java. It uses no native libraries, is platform-independent and portable. It can read MP4 container from almost every input-stream (files, network sockets etc.) and decode AAC-LC (Low Complexity) and HE-AAC (High Efficiency/AAC+).
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jaad-0.8.7.pom | |
| jaad-0.8.7.jar | 581 KB |
| jaad-0.8.7-sources.jar | 473 KB |
| jaad-0.8.7-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.sfuhrm/jaad/ -->
<dependency>
<groupId>de.sfuhrm</groupId>
<artifactId>jaad</artifactId>
<version>0.8.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.sfuhrm/jaad/
implementation 'de.sfuhrm:jaad:0.8.7'
// https://jarcasting.com/artifacts/de.sfuhrm/jaad/
implementation ("de.sfuhrm:jaad:0.8.7")
'de.sfuhrm:jaad:jar:0.8.7'
<dependency org="de.sfuhrm" name="jaad" rev="0.8.7">
<artifact name="jaad" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sfuhrm', module='jaad', version='0.8.7')
)
libraryDependencies += "de.sfuhrm" % "jaad" % "0.8.7"
[de.sfuhrm/jaad "0.8.7"]