Blame doc/liboggz/html/oggz__stream_8h_source.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: oggz_stream.h Source File</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
            
    • File List
    • Packit a38265
            
    • Globals
    • Packit a38265
          
      Packit a38265
        
      Packit a38265

      oggz_stream.h

      Go to the documentation of this file.
      00001 /*
      Packit a38265
      00002    Copyright (C) 2007 Annodex Association
      Packit a38265
      00003 
      Packit a38265
      00004    Redistribution and use in source and binary forms, with or without
      Packit a38265
      00005    modification, are permitted provided that the following conditions
      Packit a38265
      00006    are met:
      Packit a38265
      00007 
      Packit a38265
      00008    - Redistributions of source code must retain the above copyright
      Packit a38265
      00009    notice, this list of conditions and the following disclaimer.
      Packit a38265
      00010 
      Packit a38265
      00011    - Redistributions in binary form must reproduce the above copyright
      Packit a38265
      00012    notice, this list of conditions and the following disclaimer in the
      Packit a38265
      00013    documentation and/or other materials provided with the distribution.
      Packit a38265
      00014 
      Packit a38265
      00015    - Neither the name of the Annodex Association nor the names of its
      Packit a38265
      00016    contributors may be used to endorse or promote products derived from
      Packit a38265
      00017    this software without specific prior written permission.
      Packit a38265
      00018 
      Packit a38265
      00019    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      Packit a38265
      00020    ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
      Packit a38265
      00021    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
      Packit a38265
      00022    PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE ASSOCIATION OR
      Packit a38265
      00023    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
      Packit a38265
      00024    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
      Packit a38265
      00025    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
      Packit a38265
      00026    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
      Packit a38265
      00027    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
      Packit a38265
      00028    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
      Packit a38265
      00029    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      Packit a38265
      00030 */
      Packit a38265
      00031 
      Packit a38265
      00032 #ifndef __OGGZ_STREAM_H__
      Packit a38265
      00033 #define __OGGZ_STREAM_H__
      Packit a38265
      00034 
      Packit a38265
      00050 OggzStreamContent oggz_stream_get_content (OGGZ * oggz, long serialno);
      Packit a38265
      00051 
      Packit a38265
      00061 const char * oggz_stream_get_content_type (OGGZ *oggz, long serialno);
      Packit a38265
      00062 
      Packit a38265
      00075 int oggz_stream_get_numheaders (OGGZ * oggz, long serialno);
      Packit a38265
      00076 
      Packit a38265
      00077 #endif /* __OGGZ_STREAM_H__ */
      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>