AdaptiveMediaSource.IsLive Property

Definition

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.

Applies to