Метод | Описание | |
---|---|---|
Add ( |
Adds an item to the list
|
|
CueList ( ) : System |
Creates an empty cue list
|
|
this ( int index ) : |
Accesses the cue at the specified index
|
Метод | Описание | |
---|---|---|
CueList ( byte cueChunkData, byte listChunkData ) : System |
Creates a cue list from the cue RIFF chunk and the list RIFF chunk
|
|
FromChunks ( NAudio.Wave.WaveFileReader reader ) : |
Checks if the cue and list chunks exist and if so, creates a cue list
|
|
GetRIFFChunks ( ) : byte[] |
Gets the cues as the concatenated cue and list RIFF chunks.
|