AudioFormat.WaveFormat Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the encoding format of the audio format as a WaveFormatType value.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public ReadOnly Property WaveFormat As WaveFormatType
public WaveFormatType WaveFormat { get; }

Property Value

Type: System.Windows.Media..::.WaveFormatType
The encoding format of the audio format.

Remarks

In Windows Phone, the only possible value is WaveFormatTypePCM()()().

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

AudioFormat Class

System.Windows.Media Namespace