xine-lib 1.2.13-20230125hg15249
Typedefs | Functions
pnm.h File Reference
#include <inttypes.h>
#include <xine/xine_internal.h>

Go to the source code of this file.

Typedefs

typedef struct pnm_s pnm_t
 

Functions

pnm_tpnm_connect (xine_stream_t *stream, const char *url)
 
int pnm_read (pnm_t *this, char *data, int len)
 
void pnm_close (pnm_t *this)
 
int pnm_peek_header (pnm_t *this, char *data, int maxsize)
 

Typedef Documentation

◆ pnm_t

typedef struct pnm_s pnm_t

Function Documentation

◆ pnm_close()

void pnm_close ( pnm_t * this)

◆ pnm_connect()

pnm_t * pnm_connect ( xine_stream_t * stream,
const char * url )

◆ pnm_peek_header()

int pnm_peek_header ( pnm_t * this,
char * data,
int maxsize )

◆ pnm_read()

int pnm_read ( pnm_t * this,
char * data,
int len )

References lprintf, and pnm_get_stream_chunk().

Referenced by pnm_plugin_read().