Uses of Interface
de.rcblum.stream.deck.device.general.IStreamDeck
Packages that use IStreamDeck
Package
Description
-
Uses of IStreamDeck in de.rcblum.stream.deck
Methods in de.rcblum.stream.deck that return IStreamDeckModifier and TypeMethodDescriptionStreamDeckController.getStreamDeck()returns the StreamDeck used by the controller.Constructors in de.rcblum.stream.deck with parameters of type IStreamDeckModifierConstructorDescriptionStreamDeckController(IStreamDeck streamDeck, StreamItem root) Creates the StreamDeckController with a root folder and the ESD -
Uses of IStreamDeck in de.rcblum.stream.deck.animation
Constructors in de.rcblum.stream.deck.animation with parameters of type IStreamDeckModifierConstructorDescriptionAnimator(IStreamDeck streamDeck, int keyIndex, AnimationStack animation) Creates an animator for the given stream deck key andAnimationStack -
Uses of IStreamDeck in de.rcblum.stream.deck.device
Classes in de.rcblum.stream.deck.device that implement IStreamDeckModifier and TypeClassDescriptionclassProvides low level access to a connected stream deck.Methods in de.rcblum.stream.deck.device that return IStreamDeckModifier and TypeMethodDescriptionstatic IStreamDeckStreamDeckDevices.getStreamDeck()static IStreamDeckStreamDeckDevices.getStreamDeck(int id) -
Uses of IStreamDeck in de.rcblum.stream.deck.device.components
Constructors in de.rcblum.stream.deck.device.components with parameters of type IStreamDeckModifierConstructorDescriptionDialKey(int keyId, IStreamDeck streamDeck) TouchScreen(int keyId, IStreamDeck streamDeck) -
Uses of IStreamDeck in de.rcblum.stream.deck.device.general
Classes in de.rcblum.stream.deck.device.general that implement IStreamDeckModifier and TypeClassDescriptionclassMIT License Copyright (c) 2017 Roland von Werden Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.Constructors in de.rcblum.stream.deck.device.general with parameters of type IStreamDeckModifierConstructorDescriptionSoftStreamDeck(String name, IStreamDeck streamDeck) SoftStreamDeck(String name, IStreamDeck streamDeck, boolean visible) SoftStreamDeck(String name, IStreamDeck streamDeck, int keySize, int rowSize, boolean visible) -
Uses of IStreamDeck in de.rcblum.stream.deck.event
Methods in de.rcblum.stream.deck.event that return IStreamDeckModifier and TypeMethodDescriptionKeyEvent.getSource()Returns the Stream Deck for which the event was createdConstructors in de.rcblum.stream.deck.event with parameters of type IStreamDeckModifierConstructorDescriptionKeyEvent(IStreamDeck source, int keyId, KeyEvent.Type type) KeyEvent(IStreamDeck source, int keyId, KeyEvent.Type type, Object oldValue, Object newValue)