05 2020 档案

摘要:★ //memblock->data 的有效数据从index索引开始,长度为lengthstruct pa_memchunk { struct pa_memblock *memblock; size_t index, length;};★ //base 是每次取出的大小//buffer和buffer 阅读全文
posted @ 2020-05-31 19:19 renhl 阅读(235) 评论(0) 推荐(0)
摘要:■ struct pa_memblock *pa_memblock_new(size_t length)memblock分配,分配类型是PA_MEMBLOCK_APPENDED。pa_memblock 和 数据是连续分配的,由pa_memblock中data指向分配的数据区域。■ struct pa 阅读全文
posted @ 2020-05-31 10:36 renhl 阅读(297) 评论(0) 推荐(0)
摘要:alsa-util.calsa-util.hauthkey.cauthkey.hcli-command.ccli-command.hcli.ccli.hclient.cclient.hclitext.cclitext.hcmdline.ccmdline.hcore.ccore.hdepmod.pyd 阅读全文
posted @ 2020-05-31 09:06 renhl 阅读(114) 评论(0) 推荐(0)
摘要:hashmap.h #ifndef foohashmaphfoo #define foohashmaphfoo /* $Id: hashmap.h 90 2004-07-17 14:12:30Z lennart $ */ /*** This file is part of polypaudio. p 阅读全文
posted @ 2020-05-24 23:32 renhl 阅读(134) 评论(0) 推荐(0)
摘要:■ 创建一个wifi连接 netsh wlan set hostednetwork mode=allow ssid=hello key=helloworldnetsh wlan start hostednetworknetsh wlan stop hostednetworknetsh wlan sh 阅读全文
posted @ 2020-05-19 06:01 renhl 阅读(243) 评论(0) 推荐(0)