ReactOS 0.4.15-dev-7953-g1f49173
reader Struct Reference

#include <reader.h>

Collaboration diagram for reader:

Public Attributes

int(* init )(mpg123_handle *)
 
void(* close )(mpg123_handle *)
 
ssize_t(* fullread )(mpg123_handle *, unsigned char *, ssize_t)
 
int(* head_read )(mpg123_handle *, unsigned long *newhead)
 
int(* head_shift )(mpg123_handle *, unsigned long *head)
 
off_t(* skip_bytes )(mpg123_handle *, off_t len)
 
int(* read_frame_body )(mpg123_handle *, unsigned char *, int size)
 
int(* back_bytes )(mpg123_handle *, off_t bytes)
 
int(* seek_frame )(mpg123_handle *, off_t num)
 
off_t(* tell )(mpg123_handle *)
 
void(* rewind )(mpg123_handle *)
 
void(* forget )(mpg123_handle *)
 

Detailed Description

Definition at line 83 of file reader.h.

Member Data Documentation

◆ back_bytes

int(* reader::back_bytes) (mpg123_handle *, off_t bytes)

Definition at line 92 of file reader.h.

◆ close

void(* reader::close) (mpg123_handle *)

Definition at line 86 of file reader.h.

◆ forget

void(* reader::forget) (mpg123_handle *)

Definition at line 96 of file reader.h.

◆ fullread

ssize_t(* reader::fullread) (mpg123_handle *, unsigned char *, ssize_t)

Definition at line 87 of file reader.h.

◆ head_read

int(* reader::head_read) (mpg123_handle *, unsigned long *newhead)

Definition at line 88 of file reader.h.

◆ head_shift

int(* reader::head_shift) (mpg123_handle *, unsigned long *head)

Definition at line 89 of file reader.h.

◆ init

int(* reader::init) (mpg123_handle *)

Definition at line 85 of file reader.h.

◆ read_frame_body

int(* reader::read_frame_body) (mpg123_handle *, unsigned char *, int size)

Definition at line 91 of file reader.h.

◆ rewind

void(* reader::rewind) (mpg123_handle *)

Definition at line 95 of file reader.h.

◆ seek_frame

int(* reader::seek_frame) (mpg123_handle *, off_t num)

Definition at line 93 of file reader.h.

◆ skip_bytes

off_t(* reader::skip_bytes) (mpg123_handle *, off_t len)

Definition at line 90 of file reader.h.

◆ tell

off_t(* reader::tell) (mpg123_handle *)

Definition at line 94 of file reader.h.


The documentation for this struct was generated from the following file: