Reference Library
WaveFormatExtended Structure
NamespacesSlimDXWaveFormatExtended
This is preliminary documentation and is subject to change.
Declaration Syntax
C#Visual BasicC++/CLI
public struct WaveFormatExtended : IEquatable<WaveFormatExtended>
Public Structure WaveFormatExtended _
	Implements IEquatable(Of WaveFormatExtended)
public value class WaveFormatExtended : IEquatable<WaveFormatExtended>
Members
All MembersMethodsProperties



IconMemberDescription
AverageBytesPerSecond
BitsPerSample
BlockAlignment
Channels
Equality(WaveFormatExtended, WaveFormatExtended)
Tests for equality between two objects.

Equals(WaveFormatExtended%, WaveFormatExtended%)
Determines whether the specified object instances are considered equal.

Equals(WaveFormatExtended)
Returns a value that indicates whether the current instance is equal to the specified object.

Equals(Object)
Returns a value that indicates whether the current instance is equal to a specified object.
(Overrides ValueType.Equals(Object).)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FormatTag
GetHashCode()()()
Returns the hash code for this instance.
(Overrides ValueType.GetHashCode()()().)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Inequality(WaveFormatExtended, WaveFormatExtended)
Tests for inequality between two objects.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SamplesPerSecond
Size
ToString()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Assembly: SlimDX (Module: SlimDX)