VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
UnitInfo Struct Reference

Basic Unit Description. More...

#include <ivstunits.h>

Public Attributes

UnitID id
 unit identifier More...
 
UnitID parentUnitId
 identifier of parent unit (kNoParentUnitId: does not apply, this unit is the root) More...
 
String128 name
 name, optional for the root component, required otherwise More...
 
ProgramListID programListId
 id of program list used in unit (kNoProgramListId = no programs used in this unit) More...
 

Detailed Description

Basic Unit Description.

See also
IUnitInfo

Member Data Documentation

◆ id

UnitID id

unit identifier

◆ parentUnitId

UnitID parentUnitId

identifier of parent unit (kNoParentUnitId: does not apply, this unit is the root)

◆ name

String128 name

name, optional for the root component, required otherwise

◆ programListId

ProgramListID programListId

id of program list used in unit (kNoProgramListId = no programs used in this unit)

Empty

Copyright © Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.