ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

parse.h
Go to the documentation of this file.
00001 /*
00002     parse: spawned from common; clustering around stream/frame parsing
00003 
00004     copyright ?-2007 by the mpg123 project - free software under the terms of the LGPL 2.1
00005     see COPYING and AUTHORS files in distribution or http://mpg123.org
00006     initially written by Michael Hipp & Thomas Orgis
00007 */
00008 
00009 #ifndef MPG123_PARSE_H
00010 #define MPG123_PARSE_H
00011 
00012 #include "frame.h"
00013 
00014 int read_frame_init(mpg123_handle* fr);
00015 int frame_bitrate(mpg123_handle *fr);
00016 long frame_freq(mpg123_handle *fr);
00017 int read_frame_recover(mpg123_handle* fr); /* dead? */
00018 int read_frame(mpg123_handle *fr);
00019 void set_pointer(mpg123_handle *fr, long backstep);
00020 int position_info(mpg123_handle* fr, unsigned long no, long buffsize, unsigned long* frames_left, double* current_seconds, double* seconds_left);
00021 double compute_bpf(mpg123_handle *fr);
00022 long time_to_frame(mpg123_handle *fr, double seconds);
00023 int get_songlen(mpg123_handle *fr,int no);
00024 
00025 #endif

Generated on Fri May 25 2012 04:15:27 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.