|   | WaveFormatExtensible(UInt16, Speakers, Guid) Constructor | 
        
        
        
        Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic WaveFormatExtensible(
	ushort sampleValue,
	Speakers channelMask,
	Guid subFormat
)
Public Sub New ( 
	sampleValue As UShort,
	channelMask As Speakers,
	subFormat As Guid
)
public:
WaveFormatExtensible(
	unsigned short sampleValue, 
	Speakers channelMask, 
	Guid subFormat
)
new : 
        sampleValue : uint16 * 
        channelMask : Speakers * 
        subFormat : Guid -> WaveFormatExtensibleGSF.Media.WaveFormatExtensible = function(sampleValue, channelMask, subFormat);
Parameters
- sampleValue  UInt16
- An UInt16 value representing the sample value.
- channelMask  Speakers
- A Speakers object.
- subFormat  Guid
- A Guid value.
 See Also
See Also