PipeWire  0.3.33
pw_stream_control Struct Reference

Data Fields

const char * name
 name of the control More...
 
uint32_t flags
 extra flags (unused) More...
 
float def
 default value More...
 
float min
 min value More...
 
float max
 max value More...
 
float * values
 array of values More...
 
uint32_t n_values
 number of values in array More...
 
uint32_t max_values
 max values that can be set on this control More...
 

Field Documentation

◆ def

float pw_stream_control::def

default value

◆ flags

uint32_t pw_stream_control::flags

extra flags (unused)

◆ max

float pw_stream_control::max

max value

◆ max_values

uint32_t pw_stream_control::max_values

max values that can be set on this control

◆ min

float pw_stream_control::min

min value

◆ n_values

uint32_t pw_stream_control::n_values

number of values in array

◆ name

const char* pw_stream_control::name

name of the control

◆ values

float* pw_stream_control::values

array of values


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