Method procedure MLDSPlayer.TMLDSPlayer.Resume()

From Mitov Wiki Doc
Jump to: navigation, search

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: TMLDSPlayer

Contents

Syntax

Delphi:

procedure Resume();

C++ Builder:

void __fastcall Resume();

Visual C++ (MFC):

void Resume();

Summary

Resumes paused playback.

Description

Use this procedure to resume the playback of the video after pause.


Delphi example:

VLDSVideoPlayer1.Resume;

C++ Builder example:

VLDSVideoPlayer1->Resume();

Visual C++(MFC) example:

VLDSVideoPlayer1.Resume();

Visual C++/CLI example:

dsVideoPlayer1->Resume();

C# example:

dsVideoPlayer1.Resume();

VB example:

DSVideoPlayer1.Resume

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox