summaryrefslogtreecommitdiff
path: root/sbc/sbc.sym
blob: 2cabcdd873c511f4543c35712829d12788d2ae37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SBC_1.0 {
global:
	sbc_init;
	sbc_reinit;
	sbc_finish;

	sbc_parse;
	sbc_decode;
	sbc_encode;

	sbc_get_frame_length;
	sbc_get_frame_duration;
	sbc_get_codesize;
	sbc_get_implementation_info;
local:
	*;
};