pa_card_profile_info2

Stores information about a specific profile of a card. Please * note that this structure can be extended as part of evolutionary * API updates at any time in any new release. \since 5.0

Members

Variables

available
int available;
Undocumented in source.
description
const(char)* description;

< Description of this profile

n_sinks
uint n_sinks;

< Number of sinks this profile would create

n_sources
uint n_sources;

< Number of sources this profile would create

name
const(char)* name;

< Name of this profile

priority
uint priority;

< The higher this value is, the more useful this profile is as a default.

Meta