Searched defs:Attributes (Results 1 – 4 of 4) sorted by relevance
72 struct Attributes struct75 static constexpr const char *mode = "mode";77 static constexpr const char *channelMask = "channel_mask";78 static constexpr const char *minValueMB = "minValueMB"; /**< min value in millibel. */79 static constexpr const char *maxValueMB = "maxValueMB"; /**< max value in millibel. */81 static constexpr const char *defaultValueMB = "defaultValueMB";82 static constexpr const char *stepValueMB = "stepValueMB"; /**< step value in millibel. */84 static constexpr const char *minRampMs = "minRampMs";86 static constexpr const char *maxRampMs = "maxRampMs";88 static constexpr const char *useForVolume = "useForVolume";[all …]
59 struct Attributes { struct60 static constexpr const char *name = "name";61 static constexpr const char *streamType = "streamType";62 static constexpr const char *volumeGroup = "volumeGroup";71 struct Attributes { struct72 static constexpr const char *name = "name";80 struct Attributes { struct81 static constexpr const char *literal = "literal";82 static constexpr const char *numerical = "numerical";92 struct Attributes { struct[all …]
31 message Attributes { message
56 enum Attributes : int32_t { enum