gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] NetStream design (episode 4): buffers revised


From: strk
Subject: [Gnash-dev] NetStream design (episode 4): buffers revised
Date: Thu, 5 Jun 2008 17:52:43 +0200

Under the light of new findings, here are the buffers again:

                +--------------+
                | input stream |
                +--------------+
                       |
                       v
                  ( parser )
                       |
            +----------+-----------+
            |                      |
 . . . . . . . .  Buffer . . . . . . . . . . . . . .
 .          |                      |               .
 .          v                      v               .
 .  +------------------+    +-----------------+    .
 .  | VideoQueue       |    | AudioQueue      |    .
 .  +------------------+    +-----------------+    .
 . . . . . . . . . . . . . . . . . . . . . . . . . .

The parser process is responsible of parsing input and
providing access to video/audio queues.

The buffers contain encoded data, and their size (in time
units) can be specified by user [NetStream.setBufferTime].

--strk;

 ()   ASCII Ribbon Campaign
 /\   Keep it simple! 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]