| WaveFormatWaveFormatTag Property  | 
            Gets or sets the Waveform-audio format type. (wFormatTag)
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic WaveFormats WaveFormatTag { get; set; }Public Property WaveFormatTag As WaveFormats
	Get
	Set
public:
property WaveFormats WaveFormatTag {
	WaveFormats get ();
	void set (WaveFormats value);
}member WaveFormatTag : WaveFormats with get, set
Property Value
Type: 
WaveFormats
See Also