org.jcodec.common.SoundUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcodec-javase Show documentation
Show all versions of jcodec-javase Show documentation
Pure Java implementation of video/audio codecs and formats
package org.jcodec.common;
public class SoundUtil {
public static AudioFormat fromJavaX(javax.sound.sampled.AudioFormat af) {
return null;
}
public static javax.sound.sampled.AudioFormat toJavax(AudioFormat format) {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy