@@ -57,6 +57,22 @@
*/
- (id<MKRRadioResorce>)currentPlayingSong;
+/**
+ 当前正在播放的频道号
+ */
+- (NSInteger)currentPlayingChannel;
+
+ 上一次播放的正式频道的频道号 临时频道不记录
+ 用于蓝牙设备连接上之后直接开始播放上一次程序退出前的正式频道
+ 或者用于在播放临时频道时 轮盘页显示在播放临时频道之前播放的某个正式频道内容
+- (NSInteger)lastPlayingRegulationChannel;
+ 是否正在播放中
+- (BOOL)isPlaying;
/**
获取当前设备频道的播放模式