|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DvbServiceContext
An extension to ServiceContext permitting the discovery of the network interface (if any) being used by a service context. When a service is selected in a service context, the resource priority of the service context shall be initialised to the resource priority of the service where one is set. Where a service does not have a resource priority, the priority of the service context shall be initialised to 128.
Method Summary | |
---|---|
NetworkInterface |
getNetworkInterface()
Return the NetworkInterface reserved by this ServiceContext. |
int |
getPriority()
Get the resource priority for this service context. |
void |
setDefaultVideoTransformation(VideoTransformation vt)
Sets the default video transformation to be applied to the new service following a service selection operation. |
void |
setPriority(int priority)
Set the resource priority for this service context. |
Methods inherited from interface javax.tv.service.selection.ServiceContext |
---|
addListener, destroy, getService, getServiceContentHandlers, removeListener, select, select, stop |
Method Detail |
---|
NetworkInterface getNetworkInterface()
void setDefaultVideoTransformation(VideoTransformation vt)
vt
- the video default transformation or null to reset to the default for the platformint getPriority()
void setPriority(int priority)
priority
- the resource priority for this service context
java.lang.IllegalArgumentException
- if the priority is outside this
specified range
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |