◆ Type
Enumerator |
---|
kInteger | |
kFloat | |
kString | |
kBinary | |
◆ HostAttribute() [1/4]
Steinberg::Vst::HostAttribute::HostAttribute |
( |
Steinberg::int64 |
value | ) |
|
|
inline |
◆ HostAttribute() [2/4]
Steinberg::Vst::HostAttribute::HostAttribute |
( |
double |
value | ) |
|
|
inline |
◆ HostAttribute() [3/4]
Steinberg::Vst::HostAttribute::HostAttribute |
( |
const TChar * |
value, |
|
|
Steinberg::uint32 |
sizeInCodeUnit |
|
) |
| |
|
inline |
size is in code unit (count of TChar)
◆ HostAttribute() [4/4]
Steinberg::Vst::HostAttribute::HostAttribute |
( |
const void * |
value, |
|
|
Steinberg::uint32 |
sizeInBytes |
|
) |
| |
|
inline |
◆ ~HostAttribute()
Steinberg::Vst::HostAttribute::~HostAttribute |
( |
| ) |
|
|
inline |
◆ binaryValue()
const void * Steinberg::Vst::HostAttribute::binaryValue |
( |
Steinberg::uint32 & |
sizeInBytes | ) |
|
|
inline |
◆ floatValue()
double Steinberg::Vst::HostAttribute::floatValue |
( |
| ) |
const |
|
inline |
◆ getType()
Type Steinberg::Vst::HostAttribute::getType |
( |
| ) |
const |
|
inline |
◆ intValue()
Steinberg::int64 Steinberg::Vst::HostAttribute::intValue |
( |
| ) |
const |
|
inline |
◆ stringValue()
const TChar * Steinberg::Vst::HostAttribute::stringValue |
( |
Steinberg::uint32 & |
sizeInCodeUnit | ) |
|
|
inline |
sizeInCodeUnit is in code unit (count of TChar)
◆ size
Steinberg::uint32 Steinberg::Vst::HostAttribute::size |
|
protected |
◆ type
Type Steinberg::Vst::HostAttribute::type |
|
protected |
The documentation for this class was generated from the following file: