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