AI-generated Key Takeaways
-
ControlButtonsContainer is an interface defining a container with slots for control buttons.
-
CastSeekBar is a custom seek bar provided by the Cast SDK.
-
ExpandedControllerActivity is an abstract class implementing an out-of-the-box remote player for casting media.
-
MiniControllerFragment is a fragment that provides remote control functionality.
Interfaces
| ControlButtonsContainer | An interface that defines a container which holds a certain number of slots to show control buttons. |
Classes
| CastSeekBar | A custom seek bar provided by the Cast SDK
mimicking the Android SeekBar. |
| ExpandedControllerActivity | This abstract class provides most of the implementation of an expanded controller, which is an out-of-the-box remote player, used when casting media to a cast device. |
| MiniControllerFragment | A fragment that provides remote control functionality. |