MediaControlFactory
Creates MediaControls within the given MediaControlContext.
It is recommended to define the factory as an inner class of its MediaControl:
class MyControl : MediaControl {
// ...
class Factory : MediaControlFactory {
// ...
}
}
Content copied to clipboard
Inheritors
Properties
Link copied to clipboard
The priority of the media control created by this factory. If the number of controls is limited, priority is used to determine which controls are displayed.
Functions
Link copied to clipboard
Creates a MediaControl for the given mediaControlContext. The context can be used to determine any of the properties of a MediaControl, or when the control is launched.