CaptureBuffer.Format Property (Microsoft.DirectX.DirectSound)
Retrieves the waveform format of the capture buffer.
Definition
Visual Basic Public ReadOnly Property Format As WaveFormat C# public WaveFormat Format { get; } C++ public:
property WaveFormat Format {
WaveFormat get();
}JScript public function get Format() : WaveFormat
Property Value
Microsoft.DirectX.DirectSound.WaveFormat
A WaveFormat structure that describes the waveform format of the capture buffer.This property is read-only.