org.lecturestudio.avdev:avdev

Java native interface implementation for audio/video devices.

Лицензия

Лицензия

Группа

Группа

org.lecturestudio.avdev
Идентификатор

Идентификатор

avdev
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java native interface implementation for audio/video devices.
Система контроля версий

Система контроля версий

https://github.com/lecturestudio/avdev/tree/master/avdev

Скачать avdev

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.lecturestudio.avdev/avdev/ -->
<dependency>
    <groupId>org.lecturestudio.avdev</groupId>
    <artifactId>avdev</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.lecturestudio.avdev/avdev/
implementation 'org.lecturestudio.avdev:avdev:0.1.0'
// https://jarcasting.com/artifacts/org.lecturestudio.avdev/avdev/
implementation ("org.lecturestudio.avdev:avdev:0.1.0")
'org.lecturestudio.avdev:avdev:jar:0.1.0'
<dependency org="org.lecturestudio.avdev" name="avdev" rev="0.1.0">
  <artifact name="avdev" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lecturestudio.avdev', module='avdev', version='0.1.0')
)
libraryDependencies += "org.lecturestudio.avdev" % "avdev" % "0.1.0"
[org.lecturestudio.avdev/avdev "0.1.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.lecturestudio.avdev : avdev jar 0.1.0

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.5.2
org.junit.jupiter : junit-jupiter-engine jar 5.5.2

Модули Проекта

Данный проект не имеет модулей.

Extended audio/video device support for Java

Java native interface implementation for audio/video devices. The goal of this project is to add additional functionality to audio/video devices that Java is missing. For example, this would be the retrieval of the default audio playback and capture device set by the system, the notification of audio volume changes and the notification when a audio or video device has been connected or disconnected.

<dependency>
    <groupId>org.lecturestudio.avdev</groupId>
    <artifactId>avdev</artifactId>
    <version>0.1.0</version>
</dependency>

Supported Platforms

By default, the main artifact depends on the native library corresponding to the system you are running your build or application on. The native libraries can be loaded on the following platforms:

Operating System Classifier
Linux linux-x86_64
macOS macos-x86_64
Windows windows-x86_64

Build Notes

In order to build the native code, be sure to install the prerequisite software and libraries:

Linux gcc, g++, libstdc++, libpulse-dev, libudev-dev, libjpeg62-turbo-dev, libv4l-dev (e.g. for Debian, names may differ depending on your distro)
macOS Xcode 9 or higher
Windows Visual Studio 2017 or higher

Assuming you have all the prerequisites installed for your OS, run:

mvn install

Версии библиотеки

Версия
0.1.0