|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceComponent
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 Xlet
s.
ServiceDetails.retrieveComponents(javax.tv.service.SIRequestor)
,
ProgramEvent.retrieveComponents(javax.tv.service.SIRequestor)
Method Summary | |
---|---|
String |
getAssociatedLanguage()
Identifies the language used for the elementary stream. |
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 |
---|
String getName()
String getAssociatedLanguage()
StreamType getStreamType()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |