org.dvb.si
Interface SITransportStreamBAT

All Superinterfaces:
SIInformation, SITransportStream

public interface SITransportStreamBAT
extends SITransportStream

This interface represents information about transport streams that has been retrieved from a BAT table. All descriptor accessing methods return descriptors retrieved from a BAT table. Methods in SIBouquet 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 getBouquetID()
          Get the identification of the bouquet 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

getBouquetID

public int getBouquetID()
Get the identification of the bouquet this transport stream is part of.

Returns:
The bouquet identification identifier.