AudioStreamBasicDescription.BytesPerFrame 字段

定义

音频帧中的字节数;对压缩格式使用零。

public int BytesPerFrame;
val mutable BytesPerFrame : int

字段值

注解

此值必须考虑数据是否交错。 如果是这样,大小必须包括帧的整个大小,包括交错的数据。

适用于