Searched defs:AudioInfoInAdapter (Results 1 – 2 of 2) sorted by relevance
33 int adapterUserNum;34 int renderStatus;35 int renderPriority;37 bool renderBusy;38 bool renderDestory;39 uint32_t renderPid;40 int captureStatus;41 int capturePriority;43 bool captureBusy;44 bool captureDestory;[all …]
27 struct AudioInfoInAdapter { struct28 const char *adapterName;29 struct AudioAdapter *adapter;30 int adapterUserNum;31 int renderStatus;32 int renderPriority;33 struct AudioRender *render;34 bool renderBusy;35 bool renderDestory;36 uint32_t renderPid;