gsm_explode.3

来自「mediastreamer2是开源的网络传输媒体流的库」· 3 代码 · 共 48 行

3
48
字号
.\".\" Copyright 1992 by Jutta Degener and Carsten Bormann, Technische.\" Universitaet Berlin.  See the accompanying file "COPYRIGHT" for.\" details.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE..\".PU.TH GSM_EXPLODE 3 .SH NAMEgsm_explode, gsm_implode \(em GSM\ 06.10 supplementaryfunctions for testing.SH SYNOPSIS#include "gsm.h".PPvoid gsm_explode(g, frame, xframe).brgsm        g;.brgsm_frame  frame;.brgsm_signal xframe[ 76 ];.PPvoid gsm_implode(g, xframe, frame).brgsm        g;.brgsm_signal xframe[ 76 ];.brgsm_frame  frame;.SH "DESCRIPTION"Gsm is an implementation of the final draft GSM 06.10standard for full-rate speech transcoding.Test data for implementations of this particular documentcan be bought and used to verify an implementation..PPThe encoded test data uses a format different from whatone would use to transmit frames with the least numberof bits.Gsm_explode() and gsm_implode() convert between theinternal, small, 33-byte format and the 76-word formatused by the test data..PP.SH "RETURN VALUE"gsm_explode() returns -1 if the passed frame is invalid, else 0..SH BUGSPlease direct bug reports to jutta@cs.tu-berlin.de and cabo@cs.tu-berlin.de..SH "SEE ALSO"gsm(3)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?