Lines Matching refs:control

3 … provided by AVSession Kit for display and control purposes. This topic describes typical display …
19 …ne](#creating-avsession). The AVSession type determines the style of the control template displaye…
23 5. [Register control commands](#registering-control-commands). The control commands include **play*…
28 … Different AVSession types represent the control capabilities in various scenarios and display dif…
30 - For audio AVSession, the controller provides the following control buttons: favorite, previous, p…
32 - For video AVSession, the controller provides the following control buttons: rewind, previous, pla…
48 // Call activate() after the metadata and control commands are registered.
250 …otal duration, for a song. In this case, when the user performs progress control in the controller…
252 …ion is not within the preview duration. In the latter case, the playback control progress of the s…
266 The application can register different control commands through **on()** to implement control opera…
269 > After an AVSession object is created, register control commands supported by the application befo…
271 The table below lists the control commands supported by media assets.
289 | commonCommand | Customizes a control command.|
291 The table below lists the control commands for calling applications.
301control command supported by the system, for example, the **playPrevious** command, it can use **o…
323 …ls in three different ways. It also registers the fast-forward or rewind control command to respon…
361 …on-kit/js-apis-avsession.md#ontogglefavorite10) to register the **toggleFavorite** control command.
392 For music applications, the controller displays control operations in loop mode by default. Current…
437 … can further supports progress control. To support progress control, the application must respond …
485 Currently, the system does not provide APIs for proactively sending control notifications to applic…
489 > The system sends playback control widgets in the notification center and on the lock screen and c…
493 …y events from Bluetooth and wired headsets, the application can register control commands with AVS…
496control commands](#registering-control-commands), and implement the corresponding functionalities.…
514 …edia information. This step is mandatory. Otherwise, the application cannot receive control events.
583 …ormation AVMetadata and the registration of corresponding control interfaces to receive control co…