|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface represents an abstraction of an elementary
stream. It provides information about individual components of a
service. Generally speaking, a service component carries content
such as media (e.g. as audio or video) or data. Content within a
ServiceComponent may include Xlets.
ServiceDetails.retrieveComponents(javax.tv.service.SIRequestor),
ProgramEvent.retrieveComponents(javax.tv.service.SIRequestor)| Method Summary | |
java.lang.String |
getAssociatedLanguage()
Identifies the language used for the elementary stream. |
java.lang.String |
getName()
Returns a name associated with this component. |
Service |
getService()
Provides the Service object to which this
ServiceComponent belongs. |
StreamType |
getStreamType()
Provides the stream type of this component. |
| Methods inherited from interface javax.tv.service.SIElement |
equals, getLocator, getServiceInformationType, hashCode |
| Methods inherited from interface javax.tv.service.SIRetrievable |
getUpdateTime |
| Method Detail |
public java.lang.String getName()
public java.lang.String getAssociatedLanguage()
public StreamType getStreamType()
public Service getService()
Service object to which this
ServiceComponent belongs. The result may be
null if the Service cannot be determined.
Service to which this
ServiceComponent belongs.
|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||