LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
WaveFormatEx Structure
See Also  Members  
Leadtools.Multimedia Namespace : WaveFormatEx Structure



The WAVEFORMATEX structure defines the format of waveform-audio data.

Object Model

WaveFormatEx Structure

Syntax

Visual Basic (Declaration) 
Public Structure WaveFormatEx 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As WaveFormatEx
C# 
public struct WaveFormatEx : System.ValueType 
C++/CLI 
public value class WaveFormatEx : public System.ValueType 

Remarks

For more information, see the Microsoft documentation on WAVEFORMATEX.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Multimedia.WaveFormatEx

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also