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: 23.1.416.0 (23.1.416.0)
Syntaxpublic bool IsPlaying { get; }
Public ReadOnly Property IsPlaying As Boolean
Get
public:
property bool IsPlaying {
bool get ();
}
member IsPlaying : bool with get
Property Value
Type:
Boolean
See Also