|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blinkenlights.jid3.v2.ID3V2Frame
org.blinkenlights.jid3.v2.TextInformationID3V2Frame
org.blinkenlights.jid3.v2.TMEDTextInformationID3V2Frame
Field Summary | |
static java.lang.String |
ANALOG
|
static java.lang.String |
CD
|
static java.lang.String |
DAT
|
static java.lang.String |
DIGITAL
|
static java.lang.String |
DIGITAL_CASSETTE
|
static java.lang.String |
DVD
|
static java.lang.String |
LASERDISC
|
protected TextEncoding |
m_oTextEncoding
The text encoding of the strings in this frame. |
protected java.lang.String |
m_sInformation
The text content of this frame. |
static java.lang.String |
MINIDISC
|
static java.lang.String |
PHILIPS_CASSETTE
|
static java.lang.String |
RADIO
|
static java.lang.String |
REEL
|
static java.lang.String |
TELEPHONE
|
static java.lang.String |
TURNTABLE_RECORD
|
static java.lang.String |
TV
|
static java.lang.String |
VIDEO
|
Constructor Summary | |
TMEDTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TMEDTextInformationID3V2Frame(java.lang.String sMediaType)
Constructor. |
Method Summary | |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
boolean |
equals(java.lang.Object oOther)
|
protected byte[] |
getFrameId()
Get the four bytes which uniquely specify of which type this frame is. |
java.lang.String |
getMediaType()
Get the media type. |
TextEncoding |
getTextEncoding()
Get the text encoding used for the text information in this frame. |
void |
setMediaType(java.lang.String sMediaType)
Set the media type. |
void |
setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the text information in this frame. |
java.lang.String |
toString()
Represent the contents of this frame as a string. |
protected void |
writeBody(ID3DataOutputStream oIDOS)
Write the body of this frame to an output stream. |
Methods inherited from class org.blinkenlights.jid3.v2.ID3V2Frame |
addID3Observer, getEncryptionMethod, isEncrypted, notifyID3Observers, removeID3Observer, setCompressionFlag, setEncryption, setFileAlterPreservationFlag, setGroupingIdentityFlag, setReadOnlyFlag, setTagAlterPreservationFlag, write, writeHeader |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String DIGITAL
public static final java.lang.String ANALOG
public static final java.lang.String CD
public static final java.lang.String LASERDISC
public static final java.lang.String TURNTABLE_RECORD
public static final java.lang.String MINIDISC
public static final java.lang.String DAT
public static final java.lang.String DIGITAL_CASSETTE
public static final java.lang.String DVD
public static final java.lang.String TV
public static final java.lang.String VIDEO
public static final java.lang.String RADIO
public static final java.lang.String TELEPHONE
public static final java.lang.String PHILIPS_CASSETTE
public static final java.lang.String REEL
protected TextEncoding m_oTextEncoding
protected java.lang.String m_sInformation
Constructor Detail |
public TMEDTextInformationID3V2Frame(java.lang.String sMediaType)
sMediaType
- the media type from which the recording in this track was transferredpublic TMEDTextInformationID3V2Frame(java.io.InputStream oIS) throws ID3Exception
Method Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor
- a visitor of this objectpublic void setMediaType(java.lang.String sMediaType)
sMediaType
- the media type from which the recording in this track was transferredpublic java.lang.String getMediaType()
protected byte[] getFrameId()
ID3V2Frame
getFrameId
in class ID3V2Frame
public java.lang.String toString()
ID3V2Frame
toString
in class ID3V2Frame
public boolean equals(java.lang.Object oOther)
public void setTextEncoding(TextEncoding oTextEncoding)
oTextEncoding
- the text encoding to be used for this framepublic TextEncoding getTextEncoding()
protected void writeBody(ID3DataOutputStream oIDOS) throws java.io.IOException
writeBody
in class ID3V2Frame
oIDOS
- the ID3 output stream to which the frame body is to be written
ID3Exception
- if there is any error writing the frame body data
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |