找回密码
 立即注册
收起左侧

音频包括哪些参数QAudioFormat

1
回复
8188
查看
[复制链接]
累计签到:67 天
连续签到:1 天
来源: 2013-9-18 23:24:32 显示全部楼层 |阅读模式
1Qter豆

int
sampleRate () const
int
sampleSize () const
QAudioFormat::SampleType
sampleType () const
void
setByteOrder ( QAudioFormat::Endian byteOrder )
void
setChannelCount ( int channels )
void
setCodec ( const QString & codec )
void
setSampleRate ( int samplerate )
void
setSampleSize ( int sampleSize )
void
setSampleType ( QAudioFormat::SampleType sampleType )
int QAudioFormat::sampleRate () const

Returns the current sample rate in Hertz.

什么是 current sample???当前样品
int QAudioFormat::channelCount () const

Returns the current channel count value.


什么是current channel ?? 当前频道?
、、、。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。、??????刚学媒体诸多不懂。。。。


最佳答案

查看完整内容

Returns the current sample rate in Hertz. 是当前的采样率; Returns the current channel count value. 是指声道数。 比较专业的,需要自己先学习多媒体相关内容。
回复

使用道具 举报

累计签到:1569 天
连续签到:1 天
2013-9-18 23:24:33 显示全部楼层
Returns the current sample rate in Hertz.  是当前的采样率;

Returns the current channel count value. 是指声道数。

比较专业的,需要自己先学习多媒体相关内容。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

公告
可以关注我们的微信公众号yafeilinux_friends获取最新动态,或者加入QQ会员群进行交流:190741849、186601429(已满) 我知道了