Click or drag to resize
WaveFormatCbSize Property
Gets or sets the size of extra format information appended to the end of the WAVEFORMATEX structure in bytes. (cbSize) This information can be used by non-PCM formats to store extra attributes for the WaveFormatTag. If no extra information is required by the WaveFormatTag, this member must be set to 0. For PCM formats, this member is ignored. When this structure is included in a WAVEFORMATEXTENSIBLE structure, this value must be at least 22.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public short CbSize { get; set; }

Property Value

Type: Int16
See Also