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.
Read-only property
[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(
|
[Java] |
---|
public bool getIsPlaying();
|