文件名称:AudioInputStream
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-11-14
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- jac****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
音频输入流是具有指定音频格式和一个输入流
*长度。样本框,而不是字节长度表示。
*提供几种方法,用于读取目标的字节数,从
*流,或指定的字节数。
*音频输入流跟踪的最后一个字节被读取。
*您可以跳过任意的字节数到一个更高的位置
*阅读。的音频输入流可支持标记。当你设置一个标志,
*记住当前位置,让您可以稍后再返回。-An audio input stream is an input stream with a specified audio format and
* length. The length is expressed in sample fr a mes, not bytes.
* Several methods are provided for reading a certain number of bytes from
* the stream, or an unspecified number of bytes.
* The audio input stream keeps track of the last byte that was read.
* You can skip over an arbitrary number of bytes to get to a later position
* for reading. An audio input stream may support marks. When you set a mark,
* the current position is remembered so that you can return to it later.
*长度。样本框,而不是字节长度表示。
*提供几种方法,用于读取目标的字节数,从
*流,或指定的字节数。
*音频输入流跟踪的最后一个字节被读取。
*您可以跳过任意的字节数到一个更高的位置
*阅读。的音频输入流可支持标记。当你设置一个标志,
*记住当前位置,让您可以稍后再返回。-An audio input stream is an input stream with a specified audio format and
* length. The length is expressed in sample fr a mes, not bytes.
* Several methods are provided for reading a certain number of bytes from
* the stream, or an unspecified number of bytes.
* The audio input stream keeps track of the last byte that was read.
* You can skip over an arbitrary number of bytes to get to a later position
* for reading. An audio input stream may support marks. When you set a mark,
* the current position is remembered so that you can return to it later.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AudioInputStream.java