Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

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.

JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.