Метод | Описание | |
---|---|---|
CueSheetTrack ( ) : System | ||
CueSheetTrack ( byte data, int dataOffset ) : System |
Initialize the CueSheetTrack
|
|
WriteBlockData ( Stream targetStream ) : void |
Will write the data representing this CueSheet track to the given stream.
|
public CueSheetTrack ( byte data, int dataOffset ) : System | ||
data | byte | The full data array. |
dataOffset | int | Where the cuesheet track begins. |
Результат | System |
public WriteBlockData ( Stream targetStream ) : void | ||
targetStream | Stream | |
Результат | void |