|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.dtv.transport.TransportStream
public class TransportStream
Representation of a transport stream and its associated services.
Method Summary | |
---|---|
int |
getId()
get id of this transport stream. |
EntityLocator |
getLocator()
get the locator of this entity. |
Service |
getService(int id)
get service object for a specific service id. |
Service[] |
getServices()
get all services contained in this transport stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getId()
public Service getService(int id)
id
- id for the requested Service
object
Service
object for specified service id.
Returns null if no such service exists.public Service[] getServices()
Service
objectspublic EntityLocator getLocator()
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |