oggplay_reader.h File Reference
oggplay_reader.h  
More...
#include <stdlib.h>
#include <oggz/oggz.h>
#include <ogg/ogg.h>
Go to the source code of this file.
Detailed Description
oggplay_reader.h 
- Authors:
- Shane Stephens <shane.stephens@annodex.net> Michael Martin 
Function Documentation
Create and initialise an OggPlayReader for a given Ogg file. 
- Parameters:
- 
  
    |  | filename | The file to open |  
 
- Returns:
- A new OggPlayReader handle 
- Return values:
- 
  
  
 
 
      
        
          | OggPlayReader* oggplay_tcp_reader_new | ( | const char * | uri, | 
        
          |  |  | const char * | proxy, | 
        
          |  |  | int | proxy_port |  | 
        
          |  | ) |  |  |  | 
      
 
Create and initialise an OggPlayReader for an Ogg content at a given URI. 
- Parameters:
- 
  
    |  | uri | The URI to the Ogg file. |  |  | proxy | Proxy |  |  | proxy_port | Proxy port. |  
 
- Returns:
- A new OggPlayReader handle 
- Return values:
-