sourcecloneable.java

来自「FMJ(freedom media for java)是java视频开发的新选择」· Java 代码 · 共 13 行

JAVA
13
字号
package javax.media.protocol;/** * Complete. * @author Ken Larson * */public interface SourceCloneable{	/** Based on JMF testing, the clone is in the same state as the original (opened and connected if the original is), but at the beginning of the media, not whatever position the original is. */	public DataSource createClone();}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?