| Package | Description |
|---|---|
| com.sun.media.amovie | |
| com.sun.tv | |
| com.sun.tv.media | |
| com.sun.tv.media.content.video.mpeg | |
| javax.media |
| Modifier and Type | Method and Description |
|---|---|
TimeBase |
AMController.getTimeBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
AMController.setTimeBase(TimeBase tb) |
| Modifier and Type | Method and Description |
|---|---|
TimeBase |
Handler.getTimeBase()
Get the
TimeBase that this Clock is using. |
| Modifier and Type | Method and Description |
|---|---|
void |
Handler.setTimeBase(TimeBase master)
Set the
TimeBase for this Clock. |
| Modifier and Type | Class and Description |
|---|---|
class |
MediaTimeBase
This is the abstract base class to create a time base
out of the media time of a component.
|
class |
SystemTimeBase
SystemTimeBase is the implementation of the default
TimeBase that ships
with JavaMedia. |
| Modifier and Type | Field and Description |
|---|---|
protected static TimeBase |
MediaPlayer.systemTimeBase |
| Modifier and Type | Method and Description |
|---|---|
protected abstract TimeBase |
MediaPlayer.getMasterTimeBase()
This should be implemented by the subclass.
|
TimeBase |
MediaController.getTimeBase()
Get the current time base.
|
TimeBase |
MediaClock.getTimeBase()
Get the Time Base that the clock is currently using.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaPlayer.setTimeBase(TimeBase tb)
Assigns a timebase for the player.
|
void |
MediaController.setTimeBase(TimeBase tb)
Set the timebase used by the controller.
|
void |
MediaClock.setTimeBase(TimeBase master)
Set a time base on the clock.
|
protected void |
MediaPlayer.slaveToMasterTimeBase(TimeBase tb)
Slave all the controllers to the master time base.
|
| Modifier and Type | Method and Description |
|---|---|
protected TimeBase |
Handler.getMasterTimeBase() |
| Modifier and Type | Method and Description |
|---|---|
static TimeBase |
Manager.getSystemTimeBase()
Get the time-base object for the system.
|
TimeBase |
Clock.getTimeBase()
Get the
TimeBase that this Clock is using. |
| Modifier and Type | Method and Description |
|---|---|
void |
Clock.setTimeBase(TimeBase master)
Set the
TimeBase for this Clock. |
Copyright © 2012 code4tv.com. All Rights Reserved.