Exemplo n.º 1
0
        /**
         * Finalizes the file by writing the final headers, index, and flushing data to the writer.
         */
        public void Close()
        {
            Flush();

            CueData.Write(Writer, MetaSeek);
            MetaSeek.Update(Writer);
            SegmentInfoElement.Update(Writer);
            Tracks.Update(Writer);
        }
Exemplo n.º 2
0
 private void writeSegmentInfo()
 {
     SegmentInfoElement.Update(Writer);
 }