|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteMediaRendererModule
This interface provides management for Remote Media Renderer capabilities for the purposes of streaming content between servers and renderers on the home network.
The interface is designed to be agnostic to underlying protocols, , and underlying mechanisms such as setting up the connection and negotiating protocols are implementation specific below the API level.
Field Summary |
---|
Fields inherited from interface org.ocap.hn.NetModule |
---|
CONTENT_LIST, CONTENT_MANAGER, CONTENT_RENDERER, CONTENT_SERVER, PROP_CONTROL_URL, PROP_DESCRIPTION_URL, PROP_EventSub_URL, PROP_NETMODULE_ID |
Method Summary | |
---|---|
Player |
createRemotePlayer(Locator sourceLocator)
Returns player for this remote renderer |
Enumeration |
getSupportedMimeTypes()
Returns MIME types supported by the media renderer |
boolean |
isSupportedMimeType(String mimeType)
Checks to see if the mime type is supported |
Methods inherited from interface org.ocap.hn.NetModule |
---|
addNetModuleEventListener, getDevice, getKeys, getNetModuleId, getNetModuleType, getProperty, removeNetModuleEventListener |
Method Detail |
---|
Enumeration getSupportedMimeTypes() throws SecurityException
SecurityException
- if the application does not have
HomeNetPermission "remoterendering"boolean isSupportedMimeType(String mimeType) throws SecurityException
mimeType
- The MIME type to check.
SecurityException
- if the application does not have
HomeNetPermission "remoterendering"Player createRemotePlayer(Locator sourceLocator) throws NoPlayerException, SecurityException
sourceLocator
- The locator of the source to play.
SecurityException
- if the application does not have
HomeNetPermission "remoterendering"
NoPlayerException
- if the player cannot be created
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |