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.Type
LineEvent.Type. CLOSE
线路关闭时发送的一种事件,释放它在打开时获得的系统资源。static LineEvent.Type
LineEvent.Type. OPEN
线路打开时发送的一种事件,为自己保留系统资源。static LineEvent.Type
LineEvent.Type. START
static LineEvent.Type
LineEvent.Type. STOP
当线路为响应stop
请求而停止活动输入或输出音频数据时发送的事件类型,或者是因为已到达媒体结束时发送的事件类型。Methods in javax.sound.sampled that return LineEvent.Type 变量和类型 方法 描述 LineEvent.Type
LineEvent. 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.
-