VideoStreamIsPlaying Property |
Gets whether or not the video is playing. Use the
Play,
Pause,
Stop, and
Reset methods to control the playback of the video when the
Playback property is set to
RealTime.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsPlaying { get; }
Public ReadOnly Property IsPlaying As Boolean
Get
public:
property bool IsPlaying {
bool get ();
}
member IsPlaying : bool with get
Property Value
Type:
BooleanSee Also