org.davic.mpeg.dvb
Class DvbService

java.lang.Object
  extended byorg.davic.mpeg.Service
      extended byorg.davic.mpeg.dvb.DvbService

public class DvbService
extends Service

This class represents one service within a transport stream as used in DVB.


Constructor Summary
protected DvbService()
           
 
Method Summary
 DvbElementaryStream retrieveDvbElementaryStream(int componentTag)
          Get the elementary stream corresponding to a particular component tag.
 
Methods inherited from class org.davic.mpeg.Service
getServiceId, getTransportStream, retrieveElementaryStream, retrieveElementaryStreams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DvbService

protected DvbService()
Method Detail

retrieveDvbElementaryStream

public DvbElementaryStream retrieveDvbElementaryStream(int componentTag)
Get the elementary stream corresponding to a particular component tag.

Parameters:
componentTag - the value of the component tag that is associated with the elementary stream.
Returns:
a reference to the DvbElementaryStream object that represents the Elementary Stream that is associated with the provided component tag. Null is returned if the specified component tag is not present within this service or if the required information is not available.