开发者

How to Check if the Mic is Plugged/Unplugged

How to check if the microphone is plugged/unplugged usin开发者_运维知识库g Delphi?


function WaveInDevicePresent: boolean;
begin
  result := waveInGetNumDevs > 0;
end;

(uses MMSystem)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜