Stops the video when the Playback property is set to RealTime. Stopping the video will seek to the first frame and pause playback. Use the Play method to begin playing the video again.
[Visual Basic .NET] |
---|
Public Sub Stop() |
[C#] |
---|
public void Stop(); |
[Managed C++] |
---|
public: void Stop(); |
[Unmanaged C++] |
---|
public: HRESULT Stop(); |
[Java] |
---|
public void stop(); |