Java TV(tm) API 1.0

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.
 
Methods inherited from interface javax.tv.service.SIElement
equals, getLocator, getServiceInformationType, hashCode
 
Methods inherited from interface javax.tv.service.SIRetrievable
getUpdateTime
 

Method Detail

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.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.