org.dvb.si
Interface SITransportStreamNIT

All Superinterfaces:
SIInformation, SITransportStream

public interface SITransportStreamNIT
extends SITransportStream

This interface represents information about transport streams that has been retrieved from a NIT table. All descriptor accessing methods return descriptors retrieved from a NIT table. Methods in SIDatabase and SINetwork for retrieving transport streams return objects that implement this interface.


Field Summary
 
Fields inherited from interface org.dvb.si.SIInformation
FROM_CACHE_ONLY, FROM_CACHE_OR_STREAM, FROM_STREAM_ONLY
 
Method Summary
 int getNetworkID()
          Get the identification of the network this transport stream is part of.
 
Methods inherited from interface org.dvb.si.SITransportStream
getDvbLocator, getOriginalNetworkID, getTransportStreamID, retrieveSIServices
 
Methods inherited from interface org.dvb.si.SIInformation
fromActual, getDataSource, getDescriptorTags, getSIDatabase, getUpdateTime, retrieveDescriptors, retrieveDescriptors
 

Method Detail

getNetworkID

public int getNetworkID()
Get the identification of the network this transport stream is part of.

Returns:
The network identification identifier.