net.sourceforge.neurosdbm.db.track.asf
Class ASF_Extended_Content_Description_Object

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.track.asf.ASFObject
      extended bynet.sourceforge.neurosdbm.db.track.asf.ASF_Extended_Content_Description_Object

public class ASF_Extended_Content_Description_Object
extends ASFObject

ASF_Extended_Content_Description_Object See section 3.11 of ASF Specification.


Nested Class Summary
private  class ASF_Extended_Content_Description_Object.ContentDescriptor
           
 
Field Summary
private  ASF_Extended_Content_Description_Object.ContentDescriptor albumContentDescriptor
           
private  int contentDescriptorCount
           
private  ASF_Extended_Content_Description_Object.ContentDescriptor[] contentDescriptors
           
private  ASF_Extended_Content_Description_Object.ContentDescriptor genreContentDescriptor
           
static java.lang.String GUID
           
private  ASF_Extended_Content_Description_Object.ContentDescriptor trackNumberContentDescriptor
           
 
Fields inherited from class net.sourceforge.neurosdbm.db.track.asf.ASFObject
 
Constructor Summary
(package private) ASF_Extended_Content_Description_Object(java.nio.channels.FileChannel fc)
           
 
Method Summary
(package private)  java.lang.String getAlbum()
           
(package private)  java.lang.String getGenre()
           
(package private)  int getTrackNumber()
           
 
Methods inherited from class net.sourceforge.neurosdbm.db.track.asf.ASFObject
getBytes, getDWORD, getGUID, getGUID, getQWORD, getSize, getString, getWORD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GUID

public static java.lang.String GUID

contentDescriptorCount

private int contentDescriptorCount

contentDescriptors

private ASF_Extended_Content_Description_Object.ContentDescriptor[] contentDescriptors

albumContentDescriptor

private ASF_Extended_Content_Description_Object.ContentDescriptor albumContentDescriptor

genreContentDescriptor

private ASF_Extended_Content_Description_Object.ContentDescriptor genreContentDescriptor

trackNumberContentDescriptor

private ASF_Extended_Content_Description_Object.ContentDescriptor trackNumberContentDescriptor
Constructor Detail

ASF_Extended_Content_Description_Object

ASF_Extended_Content_Description_Object(java.nio.channels.FileChannel fc)
                                  throws java.io.IOException
Method Detail

getAlbum

java.lang.String getAlbum()

getGenre

java.lang.String getGenre()

getTrackNumber

int getTrackNumber()


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.