Class MLDMOSupport.TMLDMOFloatEnvelopeStartValue
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(2 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DMOFloatEnvelopeStartValue : [[Class MLDMOSupport.TMLDMOBasicEnvelopeStartValue|Mitov.AudioLab.DMOBasicEnvelopeStartValue]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 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: MLDMOSupport
Inherits: TMLDMOBasicEnvelopeStartValue
Contents |
Syntax
Delphi:
type TMLDMOFloatEnvelopeStartValue = class( TMLDMOBasicEnvelopeStartValue )
C++ Builder:
class TMLDMOFloatEnvelopeStartValue : public TMLDMOBasicEnvelopeStartValue
Visual C++ (MFC):
class CTMLDMOFloatEnvelopeStartValue : public CTMLDMOBasicEnvelopeStartValue
C# (.NET):
public ref class DMOFloatEnvelopeStartValue : Mitov.AudioLab.DMOBasicEnvelopeStartValue
Summary
Class for DMO floating point parameter envelope item start values.
Description
This is class for DMO floating point parameter envelope item start values.
Properties
Published
- StartValue - Specifies the starting value of the envelope item.
From TMLDMOBasicEnvelopeStartValue
Properties
Published
- StartMode - Specifies the desired start mode for the envelope item.