sipxmedialib  Version 3.3
bits_extensions.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2007-2017 SIPez LLC. All rights reserved.
3 //
4 // $$
6 
7 #ifndef _bits_extensions_h_
8 #define _bits_extensions_h_
9 
10 int speex_bits_get_num_frames(SpeexBits *bits);
11 
12 
13 #endif
int speex_bits_get_num_frames(SpeexBits *bits)