Property VLAVIPlayer.TVLAVIPlayer.Paused

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

Contents

Syntax

Delphi:

property Paused : Boolean read FPaused write SetPaused default False;

C++ Builder:

__property bool Paused = { read=FPaused, write=SetPaused, default=False };

Summary

Pauses or resumes the playback.

Description

Use this property to pause or resume the playback.

When the component is paused the external pumping is automatically turned on.


Delphi example:

VLAVIPlayer1.Paused := True;

C++ Builder example:

VLAVIPlayer1->Paused = true;

Visual C++(MFC) example:

VLAVIPlayer1.Paused = true;

Visual C++/CLI example:

aviPlayer1->Paused = true;

C# example:

aviPlayer1.Paused = true;

VB example:

AVIPlayer1.Paused = True

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox