Class MLWMFBaseComponent.TALWMFBaseLogger
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
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.
Package: AudioLabBasicPkg
Unit: MLWMFBaseComponent
Inherits: TMLWMFBaseSink
Contents |
Syntax
Delphi:
type TALWMFBaseLogger = class( TMLWMFBaseSink )
C++ Builder:
class TALWMFBaseLogger : public TMLWMFBaseSink
Visual C++ (MFC):
class CTALWMFBaseLogger : public CTMLWMFBaseSink
C# (.NET):
public ref class TALWMFBaseLogger : Mitov.AudioLab.WMFBaseSink
Summary
Abstract base class for Windows Media Format logging components.
Description
This is abstract base class for Windows Media Format logging components. Do not use this class directly. Use the derived classes instead.
Properties
Published
- FileName - Name of the file or URL to be played.
Methods
Public
From TMLWMFBaseSink
Properties
Published
- Enabled - Enables/Disables the component.
- Profile - The Windows Media Format profile.
- LiveSource - Specifies that the data is from a live source.
Public
- Opened - Indicates if the component is opened.
From TMLWMFBaseComponent
Methods
Public
- function Open() : Boolean - Opens the component and prepares it for broadcasting or logging.
- procedure Close() - Closed the broadcasting or logging component.