|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.farng.mp3.AbstractMP3FileItem
org.farng.mp3.AbstractMP3FragmentBody
org.farng.mp3.id3.AbstractID3v2FrameBody
org.farng.mp3.id3.AbstractFrameBodyTextInformation
org.farng.mp3.id3.FrameBodyTMED
public class FrameBodyTMED
The 'Media type' frame describes from which media the sound
originated. This may be a
text string or a reference to the
predefined media types found in the list below. Example:
"VID/PAL/VHS" $00.
DIG Other digital media
/A Analogue transfer from media
ANA Other analogue media
/WAC Wax cylinder
/8CA 8-track tape
cassette
CD CD
/A Analogue transfer from media
/DD DDD
/AD ADD
/AA AAD
LD Laserdisc
TT Turntable records
/33 33.33 rpm
/45 45 rpm
/71 71.29 rpm
/76 76.59 rpm
/78 78.26 rpm
/80 80 rpm
MD MiniDisc
/A
Analogue transfer from media
DAT DAT
/A Analogue transfer from media
/1 standard, 48 kHz/16 bits, linear
/2 mode 2,
32 kHz/16 bits, linear
/3 mode 3, 32 kHz/12 bits, non-linear, low speed
/4 mode 4, 32 kHz/12 bits, 4 channels
/5 mode 5, 44.1 kHz/16 bits, linear
/6 mode 6, 44.1 kHz/16 bits, 'wide track' play
DCC DCC
/A Analogue
transfer from media
DVD DVD
/A Analogue
transfer from media
TV Television
/PAL PAL
/NTSC
NTSC
/SECAM SECAM
VID Video
/PAL PAL
/NTSC NTSC
/SECAM SECAM
/VHS VHS
/SVHS S-VHS
/BETA BETAMAX
RAD Radio
/FM FM
/AM AM
/LW LW
/MW MW
TEL Telephone
/I
ISDN
MC MC (normal cassette)
/4 4.75 cm/s (normal speed for a two sided cassette)
/9 9.5 cm/s
/I
Type I cassette (ferric/normal)
/II Type II cassette (chrome)
/III Type III cassette (ferric chrome)
/IV Type IV cassette
(metal)
REE Reel
/9 9.5 cm/s
/19 19 cm/s
/38 38 cm/s
/76 76 cm/s
/I Type I cassette (ferric/normal)
/II Type II cassette (chrome)
/III Type III cassette (ferric chrome)
/IV Type IV cassette
(metal)
Constructor Summary | |
---|---|
FrameBodyTMED()
Creates a new FrameBodyTMED object. |
|
FrameBodyTMED(byte textEncoding,
java.lang.String text)
Creates a new FrameBodyTMED object. |
|
FrameBodyTMED(FrameBodyTMED body)
Creates a new FrameBodyTMED object. |
|
FrameBodyTMED(java.io.RandomAccessFile file)
Creates a new FrameBodyTMED object. |
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
|
Methods inherited from class org.farng.mp3.id3.AbstractFrameBodyTextInformation |
---|
getBriefDescription, getText, getTextEncoding, setText, setTextEncoding, setupObjectList |
Methods inherited from class org.farng.mp3.id3.AbstractID3v2FrameBody |
---|
equals, readHeader, writeHeader |
Methods inherited from class org.farng.mp3.AbstractMP3FragmentBody |
---|
appendToObjectList, getDescription, getObject, getObjectListIterator, getSize, has6ByteHeader, isSubsetOf, iterator, read, setObject, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FrameBodyTMED()
public FrameBodyTMED(FrameBodyTMED body)
public FrameBodyTMED(byte textEncoding, java.lang.String text)
public FrameBodyTMED(java.io.RandomAccessFile file) throws java.io.IOException, InvalidTagException
java.io.IOException
InvalidTagException
Method Detail |
---|
public java.lang.String getIdentifier()
getIdentifier
in class AbstractMP3FileItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |