MediaButtonsConfiguration
Configuration of media controls given to a MediaButtonsViewModel. Could be created from a MediaControlPolicy.
Parameters
Customized standard media controls. See also: MediaControlPolicy.replacedStandardControls.
Custom media controls. See also: MediaControlPolicy.customControls.
Maximum number of MediaButtonsViewModel.primaryButtons.
Maximum number of MediaButtonsViewModel.secondaryButtons.
Constructors
Properties
Functions
Returns the replacing media control factories with the one provided in customControls. If customControls is null
, it uses the original custom controls from the source for the given custom actions.
Returns the replacing media control factory for the given standardMediaControl with the one provided in replacedStandardControls. Otherwise use the standard control default factory, or InvisibleControlFactory if there is no default factory.