public class TransportStreamImpl extends Object implements TransportStream
| Constructor and Description |
|---|
TransportStreamImpl(String description,
int transportStreamID,
ServiceInformationType siType,
Date updatedTime,
int networkID) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns a textual name or a description of this transport stream.
|
Locator |
getLocator()
Gets the complete Locator of this SI Element.
|
int |
getNetworkID() |
ServiceInformationType |
getServiceInformationType()
Reports the service information format of this object.
|
int |
getTransportStreamID()
This method returns the ID of this Transport Stream.
|
Date |
getUpdateTime()
Returns the time when this object was last updated from data in
the broadcast.
|
public TransportStreamImpl(String description, int transportStreamID, ServiceInformationType siType, Date updatedTime, int networkID)
public String getDescription()
getDescription in interface TransportStreampublic int getTransportStreamID()
getTransportStreamID in interface TransportStreampublic Locator getLocator()
getLocator in interface SIElementpublic Date getUpdateTime()
getUpdateTime in interface SIRetrievablenull
if unknown.public ServiceInformationType getServiceInformationType()
getServiceInformationType in interface SIElementpublic int getNetworkID()
Copyright © 2012 code4tv.com. All Rights Reserved.