MCPcopy Create free account
hub / github.com/OpenActionAPI/rust-elgato-streamdeck / encoder_count

Method encoder_count

src/info.rs:192–198  ·  view source on GitHub ↗

Amount of encoders/knobs the Stream Deck kind has

(&self)

Source from the content-addressed store, hash-verified

190
191 /// Amount of encoders/knobs the Stream Deck kind has
192 pub fn encoder_count(&self) -> u8 {
193 match self {
194 Kind::Plus => 4,
195 Kind::PlusXl => 6,
196 _ => 0,
197 }
198 }
199
200 /// Amount of touch points the Stream Deck kind has
201 pub fn touchpoint_count(&self) -> u8 {

Callers 2

read_inputMethod · 0.80
read_encoder_inputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected