AGI STK Graphics 11 Send comments on this topic.
IsPlaying Property (IAgStkGraphicsVideoStream)
See Also 





Description

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.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsPlaying() As Boolean

[C#]
public bool IsPlaying {get;}

[Managed C++]
public: __property bool get_IsPlaying();

[Unmanaged C++]
public: HRESULT get_IsPlaying(
VARIANT_BOOL * pRetVal
);

[Java]
public bool getIsPlaying();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1