Searched defs:Attributes (Results 1 – 1 of 1) sorted by relevance
37 struct Attributes struct39 static const char mode[]; /**< gain modes supported, e.g. AUDIO_GAIN_MODE_CHANNELS. */41 static const char channelMask[];42 static const char minValueMB[]; /**< min value in millibel. */43 static const char maxValueMB[]; /**< max value in millibel. */44 static const char defaultValueMB[]; /**< default value in millibel. */45 static const char stepValueMB[]; /**< step value in millibel. */46 static const char minRampMs[]; /**< needed if mode AUDIO_GAIN_MODE_RAMP. */47 static const char maxRampMs[]; /**< .needed if mode AUDIO_GAIN_MODE_RAMP */68 struct Attributes struct[all …]