Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.