コード例 #1
0
ファイル: mpf_codec_g711.c プロジェクト: bitbluesky/unimrcp
mpf_codec_t* mpf_codec_g711a_create(apr_pool_t *pool)
{
	return mpf_codec_create(&g711a_vtable,&g711a_attribs,&g711a_descriptor,pool);
}
コード例 #2
0
mpf_codec_t* mpf_codec_l16_create(apr_pool_t *pool)
{
	return mpf_codec_create(&l16_vtable,&l16_attribs,NULL,pool);
}