?? dripfeeddatasource.java
字號:
package org.dvb.media;
public class DripFeedDataSource extends javax.media.protocol.DataSource {
private java.lang.String contentType;
private javax.media.Time duration;
private java.lang.Object[] controls;
public DripFeedDataSource() {
}
public void feed(byte[] clip_part) {
}
public java.lang.String getContentType() {
return this.contentType;
}
public void connect() throws java.io.IOException {
}
public void disconnect() {
}
public void start() throws java.io.IOException {
}
public void stop() throws java.io.IOException {
}
public javax.media.Time getDuration() {
return this.duration;
}
public java.lang.Object[] getControls() {
return this.controls;
}
public java.lang.Object getControl(java.lang.String controlType) {
return null;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -