Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4666845

RFE: Add properties to AudioFileFormat, and MidiFileFormat

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 5.0
    • 1.4.1
    • client-libs
    • b26
    • generic
    • generic

      Name: fb126949 Date: 04/11/2002


      This RFE proposes the following methods to be added:

      Methods:
      Map<String,Object> AudioFileFormat.properties()
      Object AudioFileFormat.getProperty(String key)


      The current AudioFileFormat class makes it impossible to account for meta data included in audio files, e.g. the ID3 tag in mp3 files or the LIST chunk in WAVE files. So, as an example, an mp3 file's AudioFileFormat might include these properties:
      key="auhor", value="Florian Bomers"
      key="title", value="My Life"
      etc.
      It is up to the implementor to properly document the keys and their values.

      The same applies to MidiFileFormat.

      ======================================================================

            fbomerssunw Florian Bomers (Inactive)
            fbomerssunw Florian Bomers (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: