Esempio n. 1
0
        /// <summary>
        /// Reads the next sequence from the bitstream.
        /// </summary>
        /// <returns>The <see cref="DiracSequence"/> that was decoded.</returns>
        private DiracSequence ReadSequence()
        {
            DiracSequence sequence = new DiracSequence();

            return(sequence);
        }
Esempio n. 2
0
        /// <summary>
        /// Reads the next sequence from the bitstream.
        /// </summary>
        /// <returns>The <see cref="DiracSequence"/> that was decoded.</returns>
        private DiracSequence ReadSequence()
        {
            DiracSequence sequence = new DiracSequence();

            return sequence;
        }