dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
CPluginFactory.PClassEntry
dplug
vst3
ipluginbase
CPluginFactory
Undocumented in source.
class
CPluginFactory
protected nothrow @
nogc
static
struct
PClassEntry {
PClassInfo2
info8
;
PClassInfoW
info16
;
extern (
C
)
FUnknown
function
(
void
*)
nothrow
@(
nogc
)
createFunc
;
void
*
context
;
bool
isUnicode
;
}
Members
Variables
context
void
*
context
;
Undocumented in source.
createFunc
FUnknown
function
(
void
*)
nothrow
@(
nogc
)
createFunc
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
info16
PClassInfoW
info16
;
Undocumented in source.
info8
PClassInfo2
info8
;
Undocumented in source.
isUnicode
bool
isUnicode
;
Undocumented in source.
Meta
Source
See Implementation
dplug
vst3
ipluginbase
CPluginFactory
constructors
this
destructors
~this
functions
countClasses
createInstance
getClassInfo
getClassInfo2
getClassInfoUnicode
getFactoryInfo
growClasses
registerClass
setHostContext
mixins
__anonymous
structs
PClassEntry
variables
classCount
classes
factoryInfo
maxClassCount