IMSLinkVisualCommon Class Reference

Inherits from NSObject
Declared in IMSLinkVisualCommon.h

Overview

通用参数定义类

  • 播放器错误通知 IMSLinkVisualPlayerErrorNotification
  • 错误域名 IMSLinkVisualErrorDomain
  • 错误key IMSLinkVisualPlayerErrorKey
  • 播放器状态变更通知 IMSLinkVisualPlayerStateChangeNotification
  • 播放器旧状态Key IMSLinkVisualPlayerOldStateKey
  • 播放器新状态Key IMSLinkVisualPlayerNewStateKey
  • 播放器结束播放通知 IMSLinkVisualPlayerStateEndNotification

错误获取方式

notification.userInfo[LinkVisualIPlayerErrorKey]

错误内容举例

[NSError errorWithDomain:@"" code:IMSLinkVisualErrorStreamError userInfo:@{NSLocalizedDescriptionKey:@"流错误"}]

播放器当前状态获取

notification.userInfo{IMSLinkVisualPlayerNewStateKey}