com.sun.media.protocol.javasound.JavaSoundSourceStream Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fmj Show documentation
Show all versions of fmj Show documentation
Freedom for Media in Java
The newest version!
package com.sun.media.protocol.javasound;
import javax.media.*;
public class JavaSoundSourceStream
{
public static CaptureDeviceInfo[] listCaptureDeviceInfo()
{
// mgodehardt: disabled , dunno who is using this class
/*
* final Format[] formats = DataSource.querySupportedFormats();
*
* final CaptureDeviceInfo jmfInfo = new CaptureDeviceInfo("JavaSound",
* new MediaLocator("javasound:" + "//"), formats);
*
* return new CaptureDeviceInfo[] {jmfInfo};
*/
return null;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy