Pin MLDSPlayer.TMLDSPlayer.ClockPin

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(5 intermediate revisions by one user not shown)
Line 15: Line 15:
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''__property''' TOWClockSinkPin * ClockPin = { '''read'''=FClockPin,  '''write'''=FClockPin };
+
'''__property''' TOWClockSinkPin ClockPin = { '''read'''=FClockPin,  '''write'''=FClockPin };
 
</code>
 
</code>
  
Line 27: Line 27:
 
this way provide external clock for the frame playing. In
 
this way provide external clock for the frame playing. In
 
order to use external clock you must set the [[Property MLDSPlayer.TMLDSPlayer.ClockSource|ClockSource]] to
 
order to use external clock you must set the [[Property MLDSPlayer.TMLDSPlayer.ClockSource|ClockSource]] to
[[Enum item LPComponent.TSLClockSource.csExternal|csExternal]]. If there is a higher level pump in the chain such
+
[[Enum item SLTypes.TSLClockSource.csExternal|csExternal]]. If there is a higher level pump in the chain such
 
as hardware device the ClockPin will be ignored. The highest
 
as hardware device the ClockPin will be ignored. The highest
 
level pump in the chain serves as a master pump and obtains
 
level pump in the chain serves as a master pump and obtains
 
full control of the pumping.
 
full control of the pumping.

Latest revision as of 00:10, 26 June 2013

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:

property ClockPin : TOWClockSinkPin read FClockPin write FClockPin;

C++ Builder:

__property TOWClockSinkPin ClockPin = { read=FClockPin, write=FClockPin };

Summary

The external clock pin for the player.

Description

You can connect a clock capable source pin to this pin and this way provide external clock for the frame playing. In order to use external clock you must set the ClockSource to csExternal. If there is a higher level pump in the chain such as hardware device the ClockPin will be ignored. The highest level pump in the chain serves as a master pump and obtains full control of the pumping.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox