public WaveFormatChunk( int sampleRate, short bitsPerSample, short channels, ushort audioFormat )
Public Sub New ( sampleRate As Integer, bitsPerSample As Short, channels As Short, audioFormat As UShort )
public: WaveFormatChunk( int sampleRate, short bitsPerSample, short channels, unsigned short audioFormat )
new : sampleRate : int * bitsPerSample : int16 * channels : int16 * audioFormat : uint16 -> WaveFormatChunk
GSF.Media.WaveFormatChunk = function(sampleRate, bitsPerSample, channels, audioFormat);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.