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.TypeLineEvent.Type. CLOSE线路关闭时发送的事件类型,释放打开时获取的系统资源。static LineEvent.TypeLineEvent.Type. OPEN在线路打开时发送的事件类型,为其自身保留系统资源。static LineEvent.TypeLineEvent.Type. START当线路开始进行音频数据的有效输入或输出响应start请求时发送的事件类型。static LineEvent.TypeLineEvent.Type. STOP当线路停止响应于stop请求的有效输入或输出音频数据时发送的事件类型,或因为已经达到媒体结束时发送的事件类型。Methods in javax.sound.sampled that return LineEvent.Type Modifier and Type 方法 描述 LineEvent.TypeLineEvent. 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.
-