audio_convert.h

来自「完整的RTP RTSP代码库」· C头文件 代码 · 共 20 行

H
20
字号
#ifndef __AUDIO_CONVERT_H__#define __AUDIO_CONVERT_H__#include "mpeg4ip.h"#ifdef __cplusplusextern "C" {#endif  void audio_convert_format(void *to,			    const void *from,			    uint32_t samples,			    audio_format_t from_format,			    uint32_t m_to_channels,			    uint32_t m_from_channels);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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