| |
|
| java.lang.Object javax.media.j3d.IndexedObject javax.media.j3d.SceneGraphObjectRetained javax.media.j3d.NodeComponentRetained javax.media.j3d.MediaContainerRetained
MediaContainerRetained | class MediaContainerRetained extends NodeComponentRetained (Code) | | The MediaContainerRetained object defines all rendering state that can
be set as a component object of a retained Soundscape node.
|
cached | boolean cached(Code) | | Gain Scale Factor applied to source with this attribute
|
url | URL url(Code) | | URL string that references the sound data
|
dispatchMessage | void dispatchMessage()(Code) | | Dispatch a message about a media container change
|
getCacheEnable | boolean getCacheEnable()(Code) | | Retrieve Attrribute Gain (amplitude)
gain amplitude scale factor |
getInputStream | InputStream getInputStream()(Code) | | Retrieve InputData
InputString that references the sound data |
getURLObject | URL getURLObject()(Code) | | Retrieve URL objects
URL object that references the sound data |
getURLString | String getURLString()(Code) | | Retrieve URL String
URL string that references the sound data |
setCacheEnable | void setCacheEnable(boolean state)(Code) | | Set Cached flag
Parameters: state - flag denoting sound data is cached by app within node |
setInputStream | void setInputStream(InputStream stream)(Code) | | Set input stream reference to sound data
Parameters: stream - InputStream that references the sound data Parameters: forceLoad - ensures that message about change is sent to scheduler |
setInputStream | void setInputStream(InputStream stream, boolean forceLoad)(Code) | | Set input stream reference to sound data
Parameters: stream - InputStream that references the sound data |
setURLObject | void setURLObject(URL url)(Code) | | Set URL object that references the sound data
Parameters: url - URL object that references the sound data |
setURLObject | void setURLObject(URL url, boolean forceLoad)(Code) | | Set URL object that references the sound data
Parameters: url - URL object that references the sound data Parameters: forceLoad - ensures that message about change is sent to scheduler |
setURLString | void setURLString(String path)(Code) | | Set URL path that references the sound data
Parameters: path - string of URL that references the sound data |
setURLString | void setURLString(String path, boolean forceLoad)(Code) | | Set URL path that references the sound data
Parameters: path - string of URL that references the sound data Parameters: forceLoad - ensures that message about change is sent to scheduler |
Fields inherited from javax.media.j3d.IndexedObject | int[][] listIdx(Code)(Java Doc)
|
|
|
|