AudioStreamBasicDescription.BytesPerFrame Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Number of bytes in an audio frame; Use Zero for compressed formats.
public int BytesPerFrame;
val mutable BytesPerFrame : int
Field Value
Remarks
This value must take into account whether the data is interleaved. If so, the size must include the whole size for the frame, including interleaved data.