2016年2月14日 星期日

[C#] Windows 多媒體Library 資料

專案須建立一測試程式,並須使用喇叭(WaveOut)、麥克風(WaveIn)作為聲音傳遞使用。

目前使用為函式庫為”winmm.dll” ,window multimedia library 。紀錄一下主要使用函數列表與網站資料。

Multimedia Reference


Waveform Audio Reference

This section lists the functions, structures, and messages associated with waveform audio, which are documented under Multimedia Reference. These elements are grouped as follows.

Auxiliary Devices

Easy Playback

Errors

Opening and Closing

Pitch

Playback Rate

Playback Progress

Playing

Querying a Device

Recording

Retrieving Device Identifiers

Retrieving the Current Position

Sending Custom Messages

Volume


Audio Streaming Sample Code