#include <vst3_host.h>
Definition at line 68 of file vst3_host.h.
◆ Type
Enumerator |
---|
kInteger | |
kFloat | |
kString | |
kBinary | |
Definition at line 71 of file vst3_host.h.
◆ HostAttribute() [1/5]
Steinberg::HostAttribute::HostAttribute |
( |
int64 |
value | ) |
|
|
inline |
◆ HostAttribute() [2/5]
Steinberg::HostAttribute::HostAttribute |
( |
double |
value | ) |
|
|
inline |
◆ HostAttribute() [3/5]
Steinberg::HostAttribute::HostAttribute |
( |
const Vst::TChar * |
value, |
|
|
uint32 |
size |
|
) |
| |
|
inline |
◆ HostAttribute() [4/5]
Steinberg::HostAttribute::HostAttribute |
( |
const void * |
value, |
|
|
uint32 |
size |
|
) |
| |
|
inline |
◆ ~HostAttribute()
Steinberg::HostAttribute::~HostAttribute |
( |
| ) |
|
|
inline |
◆ HostAttribute() [5/5]
Steinberg::HostAttribute::HostAttribute |
( |
HostAttribute const & |
other | ) |
|
|
private |
◆ binaryValue()
const void* Steinberg::HostAttribute::binaryValue |
( |
uint32 & |
binarySize | ) |
|
|
inline |
◆ floatValue()
double Steinberg::HostAttribute::floatValue |
( |
| ) |
const |
|
inline |
◆ getType()
Type Steinberg::HostAttribute::getType |
( |
| ) |
const |
|
inline |
◆ intValue()
int64 Steinberg::HostAttribute::intValue |
( |
| ) |
const |
|
inline |
◆ stringValue()
const Vst::TChar* Steinberg::HostAttribute::stringValue |
( |
uint32 & |
stringSize | ) |
|
|
inline |
◆ _size
uint32 Steinberg::HostAttribute::_size |
|
protected |
◆ _type
Type Steinberg::HostAttribute::_type |
|
protected |
The documentation for this class was generated from the following file: