License |
License |
---|---|
GroupId | GroupIdorg.mp4parser |
ArtifactId | ArtifactIdmuxer |
Last Version | Last Version1.9.56 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFile Muxer
This package has a focus on file operation. It can read A/V data from Random Access Datasources
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
muxer-1.9.56.pom | |
muxer-1.9.56.jar | 292 KB |
muxer-1.9.56-sources.jar | 171 KB |
muxer-1.9.56-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mp4parser/muxer/ -->
<dependency>
<groupId>org.mp4parser</groupId>
<artifactId>muxer</artifactId>
<version>1.9.56</version>
</dependency>
// https://jarcasting.com/artifacts/org.mp4parser/muxer/
implementation 'org.mp4parser:muxer:1.9.56'
// https://jarcasting.com/artifacts/org.mp4parser/muxer/
implementation ("org.mp4parser:muxer:1.9.56")
'org.mp4parser:muxer:jar:1.9.56'
<dependency org="org.mp4parser" name="muxer" rev="1.9.56">
<artifact name="muxer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mp4parser', module='muxer', version='1.9.56')
)
libraryDependencies += "org.mp4parser" % "muxer" % "1.9.56"
[org.mp4parser/muxer "1.9.56"]
Group / Artifact | Type | Version |
---|---|---|
org.mp4parser : isoparser | jar | 1.9.56 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.8.0-beta4 |