BufferDescription.Format Property (Microsoft.DirectX.DirectSound)
Retrieves or sets the the waveform format for the buffer.
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
A WaveFormat structure that contains a description of the waveform format that is used by the buffer.This property is read/write.