CaptureBufferDescription.Format Property

Language:

Retrieves and sets the format in which to capture the audio data.

Definition

Visual Basic Public Property Format As WaveFormat
C# public WaveFormat Format { get; set; }
C++ public:
property WaveFormat Format {
        WaveFormat get();
        void set(WaveFormat value);
}
JScript public function get Format() : WaveFormat
public function set Format(WaveFormat);

Property Value

Microsoft.DirectX.DirectSound.WaveFormat
The format in which to capture the audio data.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center