Initializes a new instance of the
Microphone class.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected Microphone(
AudioDeviceInfo deviceInfo,
WaveFormat format
)
Protected Sub New (
deviceInfo As AudioDeviceInfo,
format As WaveFormat
)
protected:
Microphone(
AudioDeviceInfo^ deviceInfo,
WaveFormat^ format
)
new :
deviceInfo : AudioDeviceInfo *
format : WaveFormat -> Microphone
Parameters
- deviceInfo
- Type: Ozeki.MediaAudioDeviceInfo
- format
- Type: Ozeki.MediaWaveFormat
The format of the captured data.
See Also