IAudioEndpoint::GetFramesPerPacket 方法 (audioengineendpoint.h)
GetFramesPerPacket 方法根据终结点的周期和采样率获取音频终结点可以支持的每个数据包的最大帧数。
语法
HRESULT GetFramesPerPacket(
[out] UINT32 *pFramesPerPacket
);
参数
[out] pFramesPerPacket
接收终结点可以支持的每个数据包的最大帧数。
返回值
如果方法成功,则返回 S_OK。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 |
最低受支持的服务器 | Windows Server 2008 R2 |
目标平台 | Windows |
标头 | audioengineendpoint.h |