| Package | Description |
|---|---|
| com.sun.media.amovie | |
| com.sun.tv | |
| com.sun.tv.media | |
| com.sun.tv.media.content.video.mpeg | |
| com.sun.tv.media.protocol.file | |
| com.sun.tv.net | |
| javax.media | |
| javax.media.protocol | |
| org.dvb.media |
| Modifier and Type | Method and Description |
|---|---|
void |
AMController.setSource(DataSource s) |
| Modifier and Type | Method and Description |
|---|---|
void |
Handler.setSource(DataSource source)
Set the media source the
MediaHandler
should use to obtain content. |
| Modifier and Type | Field and Description |
|---|---|
protected DataSource |
MediaPlayer.source |
| Modifier and Type | Method and Description |
|---|---|
protected DataSource |
MediaPlayer.getSource()
Get the DataSource used by this player.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaPlayer.setSource(DataSource source)
Set the DataSource that provides the media for this player.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Handler.setSource(DataSource source) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSource
This class is a part of the porting layer implementation for JavaTV.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncapIPDataSource |
| Modifier and Type | Method and Description |
|---|---|
static DataSource |
Manager.createDataSource(MediaLocator sourceLocator)
Create a
DataSource for the specified media. |
static DataSource |
Manager.createDataSource(URL sourceURL)
Create a
DataSource for the specified media. |
DataSource |
MediaProxy.getDataSource()
Obtain the new
DataSource. |
| Modifier and Type | Method and Description |
|---|---|
static Player |
Manager.createPlayer(DataSource source)
Create a
Player for the DataSource. |
void |
MediaHandler.setSource(DataSource source)
Set the media source the
MediaHandler
should use to obtain content. |
| Modifier and Type | Class and Description |
|---|---|
class |
PullDataSource
Abstracts a media data-source that only supports
pull data-streams.
|
class |
PushDataSource
Abstracts a data source that manages
PushDataStreams. |
class |
URLDataSource
A default data-source created directly from
a
URL using URLConnection. |
| Modifier and Type | Class and Description |
|---|---|
class |
DripFeedDataSource
This class allows to create a source for a JMF player to be able
to feed the decoder progressively with parts of a clip (e.g.
|
Copyright © 2012 code4tv.com. All Rights Reserved.