WaveFormatExtensibleBlockAlign Property |
Gets or sets the minimum size of a unit of data for the given format in Bytes.
Namespace: StreamCoders.Adaptive.CommonAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic short BlockAlign { get; set; }
Public Property BlockAlign As Short
Get
Set
public:
property short BlockAlign {
short get ();
void set (short value);
}
member BlockAlign : int16 with get, set
Property Value
Type:
Int16
See Also