Method procedure VLDSVideoOut.TVLDSVideoOut.Stop()
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDSVideoOut
Contents |
Syntax
Delphi:
procedure Stop();
C++ Builder:
void __fastcall Stop();
Visual C++ (MFC):
void Stop();
Summary
Stops the video play.
Description
Call this method to stop the video play.
Delphi example:
VLDSVideoOut1.Stop;
C++ Builder example:
VLDSVideoOut1->Stop();
Visual C++(MFC/Win32 API) example:
VLDSVideoOut1.Stop();
Visual C++/CLI example:
dsVideoOut1->Stop();
C# Example:
dsVideoOut1.Stop();
VB Example:
DSVideoOut1.Stop