Method function VLDSDigitalVideo.TVLDSDigitalVideo.Play() : Boolean
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: TVLDSDigitalVideo
Contents |
Syntax
Delphi:
function Play() : Boolean;
C++ Builder:
bool __fastcall Play();
Visual C++ (MFC):
bool Play();
Summary
Starts a playback on the device.
Description
Call this method to Start a playback on the device.
Delphi example:
VLDSCapture1.DigitalVideo.Play;
C++ Builder example:
VLDSCapture1->DigitalVideo->Play();
Visual C++(MFC) example:
VLDSCapture1.DigitalVideo.Play();
Visual C++/CLI example:
dsCapture1->DigitalVideo->Play();
C# example:
dsCapture1.DigitalVideo.Play();
VB example:
DSCapture1.DigitalVideo.Play()
Returns
True if successful.