|
@@ -65,6 +65,10 @@ typedef enum : NSUInteger {
|
|
/// @param index 准备播放的资源在播放列表的下标
|
|
/// @param index 准备播放的资源在播放列表的下标
|
|
- (BOOL)willPreparePlayAtIndex:(NSInteger)index;
|
|
- (BOOL)willPreparePlayAtIndex:(NSInteger)index;
|
|
|
|
|
|
|
|
+/// 即将切换播放资源
|
|
|
|
+/// @param resource 即将播放的资源 此方法触发时 currentResource 还是上一个播放的资源
|
|
|
|
+- (void)willChangePlayResouce:(id<MKRRadioResorce>)resource;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
播放完成
|
|
播放完成
|
|
|
|
|