Uses of Class
javax.sound.sampled.LineEvent.Type
-
Packages that use LineEvent.Type 软件包 描述 javax.sound.sampled 提供用于捕获,处理和播放采样音频数据的接口和类。 -
-
Uses of LineEvent.Type in javax.sound.sampled
Fields in javax.sound.sampled declared as LineEvent.Type Modifier and Type Field 描述 static LineEvent.Type
LineEvent.Type. CLOSE
线路关闭时发送的事件类型,释放打开时获取的系统资源。static LineEvent.Type
LineEvent.Type. OPEN
在线路打开时发送的事件类型,为其自身保留系统资源。static LineEvent.Type
LineEvent.Type. START
当线路开始进行音频数据的有效输入或输出响应start
请求时发送的事件类型。static LineEvent.Type
LineEvent.Type. STOP
当线路停止响应于stop
请求的有效输入或输出音频数据时发送的事件类型,或因为已经达到媒体结束时发送的事件类型。Methods in javax.sound.sampled that return LineEvent.Type Modifier and Type 方法 描述 LineEvent.Type
LineEvent. getType()
获取事件的类型。Constructors in javax.sound.sampled with parameters of type LineEvent.Type Constructor 描述 LineEvent(Line line, LineEvent.Type type, long position)
Constructs a new event of the specified type, originating from the specified line.
-