org.davic.mpeg
Class ElementaryStream
java.lang.Object
org.davic.mpeg.ElementaryStream
public abstract class ElementaryStream
- extends Object
This class represents one elementary stream within a transport stream.
If an elementary stream belongs to multiple services then it will be
represented by multiple instances one instance for each parent service.
getService
public Service getService()
- Returns:
- a reference to the Service object that
represents the service in which this Elementary Stream is contained.
getPID
public int getPID()
- Returns:
- the PID value of MPEG-2 Transport Stream packets that carry
this elementary stream.
getAssociationTag
public Integer getAssociationTag()
- Returns:
- the DSM-CC association tag of this elementary stream, or
null if none is present.