All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jcodec.common.SoundUtil Maven / Gradle / Ivy

The newest version!
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