|
||||||||||
| PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.media.format.audio.oggvorbis.OggVorbisHeader
Represents an Ogg Vorbis header.
More info at www.vorbis.com and www.xiph.org/ogg/vorbis.
| Constructor Summary | |
OggVorbisHeader(java.io.InputStream content)
Default constructor |
|
| Method Summary | |
java.lang.Object |
getField(java.lang.String fieldName)
Returns the field with the given name downcast to Object. |
java.lang.String[] |
getFieldNames()
Returns an array of Strings containing all the field names defined for the header. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OggVorbisHeader(java.io.InputStream content)
throws MediaException (src)
| Method Detail |
public java.lang.String[] getFieldNames()
MediaHeader (src)
getFieldNames in interface MediaHeader (src) MediaHeader.getFieldNames()public java.lang.Object getField(java.lang.String fieldName)
MediaHeader (src) Object. If the field is modeled as a Java base type,
an instance of the corresponding wrapper class has to be returned. The
value null is returned if a field name is passed that is
not defined for the receiver.
getField in interface MediaHeader (src) fieldName - header field name.
MediaHeader.getField(java.lang.String)
|
||||||||||
| PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||