| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.sfuhrm |
| Идентификатор | Идентификаторjaad |
| Последняя версия | Последняя версия0.8.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJAAD
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+).
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]