javax.tv.service.transport
Interface TransportStream
- All Superinterfaces:
- SIElement, SIRetrievable
- public interface TransportStream
- extends SIElement
This interface provides information about a transport stream.
Method Summary |
java.lang.String |
getDescription()
Reports the textual name or description of this transport stream. |
int |
getTransportStreamID()
Reports the ID of this transport stream. |
getTransportStreamID
public int getTransportStreamID()
- Reports the ID of this transport stream.
- Returns:
- A number identifying this transport stream.
getDescription
public java.lang.String getDescription()
- Reports the textual name or description of this transport stream.
- Returns:
- A string representing the name of this transport stream, or
an empty string if no information is available.
Copyright © 1998 - 2000 Sun Microsystems, Inc.