VST2SDK
A recreation of the popular Steinberg VST 2.x SDK.
Loading...
Searching...
No Matches
vst_stream_properties_t Struct Reference

#include <vst.h>

Data Fields

char name [VST_BUFFER_SIZE_STREAM_NAME]
 Human-readable name for this stream.
 
int32_t flags
 Stream flags Any combination of VST_STREAM_FLAG.
 
int32_t type
 Stream arrangement (optional) See VST_SPEAKER_ARRANGEMENT_TYPE.
 
char label [VST_BUFFER_SIZE_STREAM_LABEL]
 Human-readable label for this stream.
 

Detailed Description

Definition at line 778 of file vst.h.

Field Documentation

◆ flags

int32_t vst_stream_properties_t::flags

Stream flags Any combination of VST_STREAM_FLAG.

Definition at line 786 of file vst.h.

◆ label

char vst_stream_properties_t::label[VST_BUFFER_SIZE_STREAM_LABEL]

Human-readable label for this stream.

Definition at line 795 of file vst.h.

◆ name

char vst_stream_properties_t::name[VST_BUFFER_SIZE_STREAM_NAME]

Human-readable name for this stream.

Definition at line 781 of file vst.h.

◆ type

int32_t vst_stream_properties_t::type

Stream arrangement (optional) See VST_SPEAKER_ARRANGEMENT_TYPE.

Definition at line 791 of file vst.h.


The documentation for this struct was generated from the following file: