IPlayReadyLicense.UsableForPlay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether this license is usable for playback.
public:
property bool UsableForPlay { bool get(); };
bool UsableForPlay();
public bool UsableForPlay { get; }
var boolean = iPlayReadyLicense.usableForPlay;
Public ReadOnly Property UsableForPlay As Boolean
Property Value
Boolean
bool
true if this license is usable for playback, otherwise false.
Remarks
Many factors influence the ability to use a license. This property makes a determination based on the state of the PlayReady system and does not factor into account various issues such as video driver support.