File: ripstream.h

package info (click to toggle)
streamripper 1.61.7-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,216 kB
  • ctags: 757
  • sloc: sh: 8,778; ansic: 6,138; makefile: 236
file content (20 lines) | stat: -rw-r--r-- 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __RIPLIB_H__
#define __RIPLIB_H__

#include "types.h"

error_code
ripstream_init (IO_GET_STREAM *in, 
		char *no_meta_name, 
		int drop_count, 
		SPLITPOINT_OPTIONS *sp_opt, 
		int bitrate, 
		int meta_interval, 
		int content_type, 
		BOOL addID3tag);
error_code ripstream_rip();
void ripstream_destroy();


#endif //__RIPLIB__