Skip to content

IsPlayerVideoStreamAvailable

property, read-only

Delphi
property IsPlayerVideoStreamAvailable: TTriState read GetIsPlayerVideoStreamAvailable;
C++Builder
__property TTriState IsPlayerVideoStreamAvailable = {read=GetIsPlayerVideoStreamAvailable, nodefault};
C#
public TTriState IsPlayerVideoStreamAvailable { get; }
VB.NET
Public ReadOnly Property IsPlayerVideoStreamAvailable As TTriState
C++/Qt
TTriState GetIsPlayerVideoStreamAvailable ();

Availability of the video stream in a clip.

Remarks

This property indicates whether a clip includes a video stream.

This is a tri-state property, that returns ts_True if a video stream is available, or ts_False if there no video stream.

The clip must have been opened with OpenPlayer, otherwise this property returns ts_Undefined.