MediaControlsDisplayLimit
The maximum numbers of media controls to display based on the available space.
The limits are grouped into:
primaryControlsSmallLimit and secondaryControlsSmallLimit are for the most limited space. Examples: the now playing panel or mini player, which is always visible on a screen while media is played.
primaryControlsMediumLimit and secondaryControlsMediumLimit are for the medium available space. Example: the full-screen now playing view that displays additional information and therefore has less space for media controls.
primaryControlsLargeLimit and secondaryControlsLargeLimit are for the most available space. Example: the full screen now playing view.
See MediaButtonsViewModel.primaryButtons and MediaButtonsViewModel.secondaryButtons for an explanation of the concept of primary and secondary controls.
See MediaButtonsViewModel and MediaControlPriority for more information about the media controls filtering mechanism.