|
MMAPI 1.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.microedition.media.protocol.ContentDescriptor
public class ContentDescriptor
A ContentDescriptor
identifies media data containers.
SourceStream
Constructor Summary | |
---|---|
ContentDescriptor(java.lang.String contentType)
Create a content descriptor with the specified content type. |
Method Summary | |
---|---|
java.lang.String |
getContentType()
Obtain a string that represents the content type for this descriptor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentDescriptor(java.lang.String contentType)
contentType
- The content type of this descriptor.
If contentType
is null
, the type
of the content is unknown.Method Detail |
---|
public java.lang.String getContentType()
null
is returned.
|
MMAPI 1.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |