Uses of Interface
javax.sound.sampled.SourceDataLine
-
Packages that use SourceDataLine 软件包 描述 javax.sound.sampled 提供用于捕获,处理和播放采样音频数据的接口和类。 -
-
Uses of SourceDataLine in javax.sound.sampled
Methods in javax.sound.sampled that return SourceDataLine Modifier and Type 方法 描述 static SourceDataLine
AudioSystem. getSourceDataLine(AudioFormat format)
获取可用于以AudioFormat
对象指定的格式播放音频数据的源数据线。static SourceDataLine
AudioSystem. getSourceDataLine(AudioFormat format, Mixer.Info mixerinfo)
获得可用于在由指定的格式回放音频数据的源数据线AudioFormat
对象,通过由指定的混频器提供Mixer.Info
对象。
-