Blame doc/liboggz/html/group__force__feed.html

Packit a38265
Packit a38265
<html xmlns="http://www.w3.org/1999/xhtml">
Packit a38265
<head>
Packit a38265
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
Packit a38265
<title>liboggz: Writing by force feeding Oggz</title>
Packit a38265
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Packit a38265
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
Packit a38265
</head>
Packit a38265
<body>
Packit a38265
Packit a38265
Packit a38265
  
Packit a38265
    
    Packit a38265
          
  • Main Page
  • Packit a38265
          
  • Modules
  • Packit a38265
          
  • Data Structures
  • Packit a38265
          
  • Files
  • Packit a38265
        
    Packit a38265
      
    Packit a38265
    Packit a38265
    Packit a38265

    Writing by force feeding Oggz

    Packit a38265

    Force feeding involves synchronously:

    Packit a38265
      Packit a38265
    • Creating an ogg_packet structure
    • Packit a38265
    • Adding it to the packet queue with oggz_write_feed()
    • Packit a38265
    • Calling oggz_write() or oggz_write_output(), repeatedly as necessary, to generate the Ogg bitstream.
    • Packit a38265
      Packit a38265
       
      Packit a38265
      More...

      Packit a38265
      Packit a38265
      Packit a38265

      Force feeding involves synchronously:

      Packit a38265
        Packit a38265
      • Creating an ogg_packet structure
      • Packit a38265
      • Adding it to the packet queue with oggz_write_feed()
      • Packit a38265
      • Calling oggz_write() or oggz_write_output(), repeatedly as necessary, to generate the Ogg bitstream.
      • Packit a38265
        Packit a38265

        This process is illustrated in the following diagram:

        Packit a38265
        Packit a38265
        forcefeed.png
        Packit a38265
        Packit a38265
         

        The following example code generates a stream of ten packets, each containing a single byte ('A', 'B', ... , 'J'):

        Packit a38265
        Packit a38265

        <address style="text-align: right;"><small>Generated on Sat Apr 24 09:13:55 2010 for liboggz by 
        Packit a38265
        Packit a38265
        doxygen 1.6.3 </small></address>
        Packit a38265
        </body>
        Packit a38265
        </html>