Struct vst2::api::ChannelProperties
[−]
[src]
#[repr(C)]pub struct ChannelProperties { pub name: [u8; 64], pub flags: i32, pub arrangement_type: SpeakerArrangementType, pub short_name: [u8; 8], pub future: [u8; 48], }
Information about a channel. Only some hosts use this information.
Fields
name: [u8; 64]
Channel name.
flags: i32
Flags found in channel_flags
module.
arrangement_type: SpeakerArrangementType
Type of speaker arrangement this channel is a part of.
short_name: [u8; 8]
Name of channel (recommended: 6 characters + delimiter).
future: [u8; 48]
Reserved for future use.