IPlayReadyLicense.UsableForPlay 属性

定义

获取此许可证是否可用于播放。

public:
 property bool UsableForPlay { bool get(); };
bool UsableForPlay();
public bool UsableForPlay { get; }
var boolean = iPlayReadyLicense.usableForPlay;
Public ReadOnly Property UsableForPlay As Boolean

属性值

Boolean

bool

如果此许可证可用于播放,则为 true,否则为 false

注解

许多因素会影响使用许可证的能力。 此属性根据 PlayReady 系统的状态确定,并且不考虑各种问题,例如视频驱动程序支持。

适用于