AudioWaveFormatExtraSize Property |
Returns the number of extra bytes used by this waveformat. Often 0,
except for compressed formats which store extra data after the WAVEFORMATEX header
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public short ExtraSize { get; set; }
Public Property ExtraSize As Short
Get
Set
public:
property short ExtraSize {
short get ();
void set (short value);
}
member ExtraSize : int16 with get, set
Property Value
Type:
Int16See Also