License |
License |
---|---|
GroupId | GroupIdcom.gitlab.9lukas5 |
ArtifactId | ArtifactIdjaad |
Last Version | Last Version0.8.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava AAC and MP4 demultiplexer library
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jaad-0.8.8.pom | |
jaad-0.8.8.jar | 581 KB |
jaad-0.8.8-sources.jar | 469 KB |
jaad-0.8.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.9lukas5/jaad/ -->
<dependency>
<groupId>com.gitlab.9lukas5</groupId>
<artifactId>jaad</artifactId>
<version>0.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.9lukas5/jaad/
implementation 'com.gitlab.9lukas5:jaad:0.8.8'
// https://jarcasting.com/artifacts/com.gitlab.9lukas5/jaad/
implementation ("com.gitlab.9lukas5:jaad:0.8.8")
'com.gitlab.9lukas5:jaad:jar:0.8.8'
<dependency org="com.gitlab.9lukas5" name="jaad" rev="0.8.8">
<artifact name="jaad" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.9lukas5', module='jaad', version='0.8.8')
)
libraryDependencies += "com.gitlab.9lukas5" % "jaad" % "0.8.8"
[com.gitlab.9lukas5/jaad "0.8.8"]