AudioStreamBasicDescription.BytesPerFrame Field

Definition

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.

Applies to