oggplay_reader.h  
More...
#include <stdlib.h>
#include <oggz/oggz.h>
#include <ogg/ogg.h>
Go to the source code of this file.
◆ oggplay_file_reader_new()
Create and initialise an OggPlayReader for a given Ogg file. 
- Parameters
- 
  
  
- Returns
- A new OggPlayReader handle 
- Return values
- 
  
  
 
 
◆ oggplay_tcp_reader_new()
      
        
          | 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
-