org.ocap.hn
Interface RemoteMediaStorage

All Superinterfaces:
NetModule

public interface RemoteMediaStorage
extends NetModule

This interface represents a Home Networking Module that contains one or more MediaStorageVolumes

Author:
Labeeb Ismail, Double C Technologies

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
 MediaStorageVolume[] getMediaStorageVolumes()
          Gets the MediaStorageVolumes on a remote device.
 
Methods inherited from interface org.ocap.hn.NetModule
addNetModuleEventListener, getDevice, getKeys, getNetModuleId, getNetModuleType, getProperty, removeNetModuleEventListener
 

Method Detail

getMediaStorageVolumes

MediaStorageVolume[] getMediaStorageVolumes()
Gets the MediaStorageVolumes on a remote device.

Returns:
an array of MediaStorageVolumes that are present on the remote device; Null if there are no media storage volumes on the remote device.