WaveFormat.FormatTag Property

Language:

Retrieves and sets the waveform-audio format type, for the format type.

Definition

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

Property Value

Microsoft.DirectX.DirectSound.WaveFormatTag
The waveform-audio format type, for the format type.

This property is read/write. 

Remarks

Microsoft DirectX 9.0 for Managed Code only supports a FormatTag of WaveFormatTag.Pcm.


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