Uses of Class
entagged.audioformats.asf.data.GUID

Packages that use GUID
entagged.audioformats.asf.data   
entagged.audioformats.asf.util   
 

Uses of GUID in entagged.audioformats.asf.data
 

Fields in entagged.audioformats.asf.data declared as GUID
protected  GUID Chunk.guid
          The guid of represented chunk header.
static GUID GUID.GUID_AUDIO_ERROR_CONCEALEMENT_ABSENT
          This constant defines the GUID for stream chunks describing audio streams, indicating the the audio stream has no error concealment.
static GUID GUID.GUID_AUDIO_ERROR_CONCEALEMENT_INTERLEAVED
          This constant defines the GUID for stream chunks describing audio streams, indicating the the audio stream has interleaved error concealment.
static GUID GUID.GUID_AUDIOSTREAM
          This constant stores the GUID indicating that stream type is audio.
static GUID GUID.GUID_CONTENTDESCRIPTION
          This constant represents the guid for a chunk which contains Title, author, copyright, description and rating.
static GUID GUID.GUID_ENCODING
          This constant stores the GUID for Encoding-Info chunks.
static GUID GUID.GUID_EXTENDED_CONTENT_DESCRIPTION
          This constant defines the GUID for a WMA "Extended Content Description" chunk.
static GUID GUID.GUID_FILE
          GUID of ASF file header.
static GUID GUID.GUID_HEADER
          This constant defines the GUID of a asf header chunk.
static GUID GUID.GUID_HEADER_EXTENSION
          This constant stores a GUID whose functionality is unknown.
static GUID GUID.GUID_STREAM
          This constant stores the GUID indicating a stream object.
static GUID GUID.GUID_STREAM_BITRATE_PROPERTIES
          This constant stores a GUID indicating a "stream bitrate properties" chunk.
static GUID GUID.GUID_VIDEOSTREAM
          This constant stores the GUID indicating that stream type is video.
static GUID[] GUID.KNOWN_GUIDS
          This field stores all knwon GUIDs.
 

Methods in entagged.audioformats.asf.data that return GUID
 GUID AudioStreamChunk.getErrorConcealment()
           
 GUID Chunk.getGuid()
           
 

Methods in entagged.audioformats.asf.data with parameters of type GUID
static String GUID.getGuidDescription(GUID guid)
          This method searches a GUID in KNOWN_GUIDSwhich is equal to the given guid and returns its description.
 void AudioStreamChunk.setErrorConcealment(GUID errConc)
          This method sets the error concealment type which is given by two GUIDs.
 

Constructors in entagged.audioformats.asf.data with parameters of type GUID
Chunk(GUID headerGuid, long pos, BigInteger chunkLen)
          Creates an instance
 

Uses of GUID in entagged.audioformats.asf.util
 

Methods in entagged.audioformats.asf.util that return GUID
static GUID Utils.readGUID(RandomAccessFile raf)
          This Method reads a GUID (which is a 16 byte long sequence) from the given raf and creates a wrapper.
 



Copyright © 2007-2008. All Rights Reserved.