Skip to content

IsPlayerAudioStreamAvailable

property, read-only

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

Availability of the audio stream in a clip.

Remarks

This property indicates whether a clip includes an audio stream.

This is a tri-state property, that returns ts_True if an audio stream is available, or ts_False if there is no audio in the clip.

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