org.farng.mp3
Interface MP3AudioMetadata
- All Known Implementing Classes:
- MP3File, MP3FileHelper
public interface MP3AudioMetadata
API for metadata about an MPEG audio stream
- Version:
- $Revision: 3 $ $Date: 2008-12-27 08:09:28 +1300 (Sat, 27 Dec 2008) $
- Author:
- Matt Magoffin (spamsqr@msqr.us)
getBitRate
int getBitRate()
- Returns:
- the bitRate
isCopyProtected
boolean isCopyProtected()
- Returns:
- the copyProtected
getEmphasis
byte getEmphasis()
- Returns:
- the emphasis
getFrequency
double getFrequency()
- Returns:
- the frequency
isHome
boolean isHome()
- Returns:
- the home
getLayer
byte getLayer()
- Returns:
- the layer
getMode
byte getMode()
- Returns:
- the mode
getModeExtension
byte getModeExtension()
- Returns:
- the modeExtension
getMpegVersion
byte getMpegVersion()
- Returns:
- the mpegVersion
isPadding
boolean isPadding()
- Returns:
- the padding
isPrivacy
boolean isPrivacy()
- Returns:
- the privacy
isProtection
boolean isProtection()
- Returns:
- the protection
isVariableBitRate
boolean isVariableBitRate()
- Returns:
- the variableBitRate