STK Graphics PrimitivesSend comments on this topic.
IsPlaying Property (IAgStkGraphicsVideoStream)
See Also
Windows





Windows & Linux

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();
[Python - STK API ]
@property
def IsPlaying(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.