ReactOS 0.4.15-dev-7924-g5949c20
parse.h
Go to the documentation of this file.
1/*
2 parse: spawned from common; clustering around stream/frame parsing
3
4 copyright ?-2007 by the mpg123 project - free software under the terms of the LGPL 2.1
5 see COPYING and AUTHORS files in distribution or http://mpg123.org
6 initially written by Michael Hipp & Thomas Orgis
7*/
8
9#ifndef MPG123_PARSE_H
10#define MPG123_PARSE_H
11
12#include "frame.h"
13
17int read_frame_recover(mpg123_handle* fr); /* dead? */
19void set_pointer(mpg123_handle *fr, int part2, long backstep);
20int position_info(mpg123_handle* fr, unsigned long no, long buffsize, unsigned long* frames_left, double* current_seconds, double* seconds_left);
21double compute_bpf(mpg123_handle *fr);
22long time_to_frame(mpg123_handle *fr, double seconds);
23int get_songlen(mpg123_handle *fr,int no);
24
25#endif
static WCHAR no[MAX_STRING_RESOURCE_LEN]
Definition: object.c:2340
#define position_info
Definition: intsym.h:243
#define set_pointer
Definition: intsym.h:242
#define frame_freq
Definition: intsym.h:239
#define read_frame_recover
Definition: intsym.h:240
#define read_frame
Definition: intsym.h:241
#define read_frame_init
Definition: intsym.h:237
#define frame_bitrate
Definition: intsym.h:238
#define time_to_frame
Definition: intsym.h:245
#define compute_bpf
Definition: intsym.h:244
#define get_songlen
Definition: intsym.h:246