|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentResource | |
|---|---|
| org.ocap.hn.content | |
| Uses of ContentResource in org.ocap.hn.content |
|---|
| Subinterfaces of ContentResource in org.ocap.hn.content | |
|---|---|
interface |
AudioResource
Interface implemented by subclasses of ContentResource to identify that a content contains audio. |
interface |
StreamableContentResource
Abstract class representing content that can be streamed, e.g., MPEG file. |
interface |
VideoResource
ContentResource to identify that a content item contains video/still image material. |
| Methods in org.ocap.hn.content that return ContentResource | |
|---|---|
ContentResource[] |
ContentItem.getRenderableResources()
Gets an array copy of renderable ContentResources which are part of this ContentItem. |
ContentResource |
ContentItem.getResource(int n)
Returns the nth ContentResource of this ContentItem. |
ContentResource[] |
ContentItem.getResources()
Gets an array copy of ContentResources which are part of this ContentItem. |
| Methods in org.ocap.hn.content with parameters of type ContentResource | |
|---|---|
boolean |
ContentItem.containsResource(ContentResource entry)
Checks whether the given ContentResource is part of this
ContentItem.. |
int |
ContentItem.getResourceIndex(ContentResource r)
Returns the index of the specified ContentResource or -1 if the ContentResource does not exist in this ContentItem. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||