Click or drag to resize

WaveFormatChunkBlockAlignment Property

Gets or sets the block size of a complete sample of data (i.e., samples for all channels of data at one instant in time).

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public short BlockAlignment { get; set; }
View Source

Property Value

Int16
Remarks

This property is not usually changed. It will be automatically calculated for new wave files.

This is typically just the arithmetic result of: Channels * BitsPerSample / 8. However, this value can be changed as needed to accommodate even block-alignment of non-standard BitsPerSample values.

See Also