|
Copyright 2002-2003 Sun Microsystems, Inc.; Nokia Corporation. See the Copyright Notice and Specification License for more details. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.microedition.media.protocol.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 |
equals, 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.
|
Copyright 2002-2003 Sun Microsystems, Inc.; Nokia Corporation. See the Copyright Notice and Specification License for more details. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |