Package com.banuba.sdk.input
Interface IAttachable
-
- All Known Subinterfaces:
IInput
- All Known Implementing Classes:
CameraInput
,PhotoInput
,StreamInput
,VideoInput
public interface IAttachable
Signals the start or end of class usage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
attach()
Called by thePlayer
when the new input is added to the Player using the 'use()' methodvoid
detach()
Called by thePlayer
when the input will be changed to a new input, or when the Player
-