public interface DVBMediaSelectControl extends MediaSelectControl
MediaSelectControl
allowing
the selection of different kinds of content in a running Player
.
The extension is to allow the selection in a single operation of all the
media service components in a service without needing knowledge about which
media service components are present in that service.MediaSelectControl
Modifier and Type | Method and Description |
---|---|
void |
selectServiceMediaComponents(Locator l)
Selects for presentation the media service components from a service.
|
add, addMediaSelectListener, getCurrentSelection, remove, removeMediaSelectListener, replace, select, select
getControlComponent
void selectServiceMediaComponents(Locator l) throws InvalidLocatorException, InvalidServiceComponentException, InsufficientResourcesException
l
- the locator for a serviceInvalidLocatorException
- If the locator provided does not reference
a service.InvalidServiceComponentException
- If the locator provided does not
reference a service which contains at least one media service componentInsufficientResourcesException
- If the operation cannot be completed
due to a lack of system resources.Copyright © 2013 CableLabs. All Rights Reserved.