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

Channel name.

Flags found in channel_flags module.

Type of speaker arrangement this channel is a part of.

Name of channel (recommended: 6 characters + delimiter).

Reserved for future use.