Click or drag to resize

WaveDataChunk.SampleBlocks Property

Gets list of little-endian formatted sample data blocks of this WaveDataChunk.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.244-beta
Syntax
public List<LittleBinaryValue[]> SampleBlocks { get; }
View Source

Property Value

List<LittleBinaryValue[]>
See Also