package com.hdl.sdk.ttl.HDLAppliances.HDLAudio.bean;
|
|
//*SsPLAYSTOP<CR>
|
//*SsPLAYSTOP<CR>
|
//*SsPLAY<CR>
|
//*SsSTOP<CR>
|
//第三方背景音乐控制 播放、暂停、停止 回复Bean
|
public class HDLBgmCtrlBean {
|
private int sourceNum;//源号
|
private int songDur;//当前歌曲总时长(秒)
|
private int songPos;//当前歌曲已播放时间(秒)
|
private int songStatus;//当前歌曲播放状态。值1:停止,值2:播放,值3:暂停
|
|
|
}
|