|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.media.sound.DLSInfo
public class DLSInfo
This class is used to store information to describe soundbanks, instruments and samples. It is stored inside a "INFO" List Chunk inside DLS files.
Field Summary | |
---|---|
java.lang.String |
archival_location
(IARL) Where content is archived. |
java.lang.String |
artist
(IART) Artists of original content. |
java.lang.String |
comments
(ICMT) General comments. |
java.lang.String |
commissioned
(ICMS) Names of persons or orginizations who commissioned the file. |
java.lang.String |
copyright
(ICOP) Copyright information. |
java.lang.String |
creationDate
(ICRD) Date of creation, the format is: YYYY-MM-DD. |
java.lang.String |
engineers
(IENG) Name of engineer who created the object. |
java.lang.String |
genre
(IGNR) Genre of the work. |
java.lang.String |
keywords
(IKEY) List of keyword that describe the content. |
java.lang.String |
medium
(IMED) Describes original medium of the data. |
java.lang.String |
name
(INAM) Title or subject. |
java.lang.String |
product
(IPRD) Name of the product which the object is intended for. |
java.lang.String |
source
(ISRC) Name of person or orginization who supplied orginal material for the file. |
java.lang.String |
source_form
(ISRF) Source media for sample data is from. |
java.lang.String |
subject
(ISBJ) Description of the content. |
java.lang.String |
technician
(ITCH) Technician who sample the file/object. |
java.lang.String |
tools
(ISFT) Name of software package used to create the file. |
Constructor Summary | |
---|---|
DLSInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String creationDate
public java.lang.String engineers
public java.lang.String product
public java.lang.String copyright
public java.lang.String comments
public java.lang.String tools
public java.lang.String archival_location
public java.lang.String artist
public java.lang.String commissioned
public java.lang.String genre
public java.lang.String keywords
public java.lang.String medium
public java.lang.String subject
public java.lang.String source
public java.lang.String source_form
public java.lang.String technician
Constructor Detail |
---|
public DLSInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |