扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.sound.sampled.spi类formatconversionprovider的类成员方法: issourceencodingsupported定义及介绍
发布时间:2014-2-18
本文导语:
issourceencodingsupported
public boolean issourceencodingsupported(audioformat.encoding sourceencoding)
指示格式转换器是否支持从指定源格式编码的转换。
参数:sourceencoding - 为其提供查询支持的源格式编码
返回:如果编码受支持,则返回 true;...