Method procedure ALBasicGenericFilter.TALBasicGenericFilter.SendPauseCommand()

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 28: Line 28:
 
== Description ==
 
== Description ==
 
By calling this method you can generate a pause command from
 
By calling this method you can generate a pause command from
inside TALGenericFilter.
+
inside [[Class ALGenericFilter.TALGenericFilter|TALGenericFilter]].
  
 
Use this method together with SendData and [[Method procedure ALBasicGenericFilter.TALBasicGenericFilter.SendStartCommand(Integer;Integer;Real)|SendStartCommand]]
 
Use this method together with SendData and [[Method procedure ALBasicGenericFilter.TALBasicGenericFilter.SendStartCommand(Integer;Integer;Real)|SendStartCommand]]

Revision as of 19:27, 29 November 2011

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

Contents

Syntax

Delphi:

procedure SendPauseCommand();

C++ Builder:

void __fastcall SendPauseCommand();

Visual C++ (MFC):

void SendPauseCommand();

Summary

Sends full pause command trough the output pin.

Description

By calling this method you can generate a pause command from inside TALGenericFilter.

Use this method together with SendData and SendStartCommand to do manual data pumping.


Delphi example:

<c>ALGenericFilter1.SendPauseCommand;</c>

C++ Builder example:

<c>ALGenericFilter1->SendPauseCommand();</c>

Visual C++(MFC) example:

<c>ALGenericFilter1.SendPauseCommand();</c>

Visual C++/CLI example:

<c>genericFilter1->SendPauseCommand();</c>

C# example:

<c>genericFilter1.SendPauseCommand();</c>

VB example:

<c>GenericFilter1.SendPauseCommand</c>

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox