Class MLDMOSupport.TMLDMOFilter
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.
Package: AudioLabBasicPkg
Unit: MLDMOSupport
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TMLDMOFilter = class( TLPPersistent )
C++ Builder:
class TMLDMOFilter : public TLPPersistent
Visual C++ (MFC):
class CTMLDMOFilter : public CTLPPersistent
C# (.NET):
public ref class DMOFilter : Vcl.VclProperty
Summary
Basic class for Audio and Video DMO filters.
Description
Defines a basic class for Audio and Video DMO filters.
Properties
Public
- Latency - Returns the latency of the DMO in 100-nanosecond units.
- MediaObject - IMediaObject interface of the DMO filter.
Methods
Public
- function Open() : Boolean - Opens and loads the DMO filter.