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 变量和类型 字段 描述 static LineEvent.TypeLineEvent.Type. CLOSE线路关闭时发送的一种事件,释放它在打开时获得的系统资源。static LineEvent.TypeLineEvent.Type. OPEN线路打开时发送的一种事件,为自己保留系统资源。static LineEvent.TypeLineEvent.Type. STARTstatic LineEvent.TypeLineEvent.Type. STOP当线路为响应stop请求而停止活动输入或输出音频数据时发送的事件类型,或者是因为已到达媒体结束时发送的事件类型。Methods in javax.sound.sampled that return LineEvent.Type 变量和类型 方法 描述 LineEvent.TypeLineEvent. getType()获得事件的类型。Constructors in javax.sound.sampled with parameters of type LineEvent.Type 构造器 描述 LineEvent(Line line, LineEvent.Type type, long position)Constructs a new event of the specified type, originating from the specified line.
-