|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.audio.flac.metadatablock.MetadataBlockDataCueSheet
public class MetadataBlockDataCueSheet
Cuesheet Block
This block is for storing various information that can be used in a cue sheet. It supports track and index points, compatible with Red Book CD digital audio discs, as well as other CD-DA metadata such as media catalog number and track ISRCs. The CUESHEET block is especially useful for backing up CD-DA discs, but it can be used as a general purpose cueing mechanism for playback
| Field Summary | |
|---|---|
private byte[] |
data
|
| Constructor Summary | |
|---|---|
MetadataBlockDataCueSheet(MetadataBlockHeader header,
java.io.RandomAccessFile raf)
|
|
| Method Summary | |
|---|---|
byte[] |
getBytes()
|
int |
getLength()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private byte[] data
| Constructor Detail |
|---|
public MetadataBlockDataCueSheet(MetadataBlockHeader header,
java.io.RandomAccessFile raf)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public byte[] getBytes()
getBytes in interface MetadataBlockDatapublic int getLength()
getLength in interface MetadataBlockData
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||