메소드 | 설명 | |
---|---|---|
CueSheetTrackIndex ( ) : System |
Creates a new Cue Sheet Track Index.
|
|
CueSheetTrackIndex ( byte data, int dataOffset ) : System |
Creates a new Cue Sheet Track Index based on the binary data provided.
|
|
WriteBlockData ( Stream targetStream ) : void |
Will write the data representing this CueSheet track index point to the given stream.
|
public CueSheetTrackIndex ( byte data, int dataOffset ) : System | ||
data | byte | |
dataOffset | int | Where in the data array to start reading. |
리턴 | System |
public WriteBlockData ( Stream targetStream ) : void | ||
targetStream | Stream | |
리턴 | void |