PlayReadyLicense.ExpiresInRealTime 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 a value that indicates if the license can expire in the middle of playback or if only expires when attempting a fresh playback.
public:
property bool ExpiresInRealTime { bool get(); };
bool ExpiresInRealTime();
public bool ExpiresInRealTime { get; }
var boolean = playReadyLicense.expiresInRealTime;
Public ReadOnly Property ExpiresInRealTime As Boolean
Property Value
Boolean
bool
True if the license can expire in the middle of playback; otherwise, false.
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|