소스 검색

版本升级维护

yyqxiaoyin 5 년 전
부모
커밋
aa2b0947a1
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      MKRRadioManager/Classes/MKRRadioManager/MKRWIFIDeviceManager/MKRWIFIDeviceManager.h

+ 4 - 0
MKRRadioManager/Classes/MKRRadioManager/MKRWIFIDeviceManager/MKRWIFIDeviceManager.h

@@ -236,5 +236,9 @@
 /// @param device 控制的设备
 - (void)setLowPowerNoticeEnable:(BOOL)enable device:(id<MKRUPnPDevice>)device;
 
+/// 获取WIFI设备播放模式字符串
+/// @param playmode 播放模式
+- (NSString *)playModeStringWithPlayMode:(MKRRadioPlayMode)playmode;
+
 @end