|
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.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.205-beta
Syntax public short BlockAlignment { get; set; }
Public Property BlockAlignment As Short
Get
Set
public:
property short BlockAlignment {
short get ();
void set (short value);
}
member BlockAlignment : int16 with get, set
function get_BlockAlignment();
function set_BlockAlignment(value);
View SourceProperty Value
Int16Remarks
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