Method procedure VLDSVideoOut.TVLDSVideoOut.Pause()
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 Pause();
C++ Builder:
void __fastcall Pause();
Visual C++ (MFC):
void Pause();
Summary
Pauses the video play.
Description
Call this method to pause the video play.
Delphi example:
VLDSVideoOut1.Pause;
C++ Builder example:
VLDSVideoOut1->Pause();
Visual C++(MFC/Win32 API) example:
VLDSVideoOut1.Pause();
Visual C++/CLI example:
dsVideoOut1->Pause();
C# Example:
dsVideoOut1.Pause();
VB Example:
DSVideoOut1.Pause