Click or drag to resize

WaveDataChunkSampleBlocks 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.181-beta
Syntax
public List<LittleBinaryValue[]> SampleBlocks { get; }
View Source

Property Value

ListLittleBinaryValue
See Also