Property MLWMFBaseComponent.TMLWMFBaseSink.LiveSource
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: TMLWMFBaseSink
Contents |
Syntax
Delphi:
property LiveSource : Boolean read FLiveSource write SetLiveSource default False;
C++ Builder:
__property bool LiveSource = { read=FLiveSource, write=SetLiveSource, default=False };
Summary
Specifies that the data is from a live source.
Description
Use this property to specify if the data is from a live
source such as microphone.
If True the data is from a live source (Microphone etc.).
If False the data is from a non live source (File playback etc.).