AdaptiveMediaSource.IsLive 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 whether the media source is live.
public:
property bool IsLive { bool get(); };
bool IsLive();
public bool IsLive { get; }
var boolean = adaptiveMediaSource.isLive;
Public ReadOnly Property IsLive As Boolean
Property Value
Boolean
bool
A value that indicates whether playback of the adaptive streaming object is live. true if live; otherwise, false.