|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
public interface Duration
The Duration interface provides a way to determine the
duration of the media being played by a media object.
Media objects that expose a media duration
implement this interface.
This is the JMF 1.0 Duration interface.
| 字段摘要 | |
|---|---|
static Time |
DURATION_UNBOUNDED
Returned by getDuration. |
static Time |
DURATION_UNKNOWN
Returned by getDuration. |
| 方法摘要 | |
|---|---|
Time |
getDuration()
Get the duration of the media represented by this object. |
| 字段详细信息 |
|---|
static final Time DURATION_UNBOUNDED
getDuration.
static final Time DURATION_UNKNOWN
getDuration.
| 方法详细信息 |
|---|
Time getDuration()
getDuration returns DURATION_UNKNOWN.
Time object representing the duration or DURATION_UNKNOWN.
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||