Lines Matching refs:AVSession
1 # Introduction to AVSession Kit
3 Audio and Video Session (AVSession) Kit provides the audio and video management service, which mana…
7 - Unified audio and video management: Audio and video applications access AVSession and send it app…
9 - Restricted audio background playback: After an audio application accesses AVSession, it can conti…
15 …Audio and video applications access AVSession and send it application data (for example, the song …
23 … controls background playback. When an application that does not access AVSession switches to the …
29 - AVSession
31 …AVSession, one end is the audio and video applications under control, and the other end is a contr…
35 …AVSession service. After accessing AVSession, the audio and video application must provide the med…
39 …AVSession to provide global control on audio and video playback behavior. Typical controllers are …
43 …ion and listens for the application playback changes to synchronize the AVSession information betw…
47 …An object that provides the capability of managing sessions. It can create an **AVSession** object…
49 ## AVSession Interaction Process
53 
55 - Local AVSession
57 …Local AVSession establishes a connection between the provider and controller in the local device, …
59 - Distributed AVSession
61 …Distributed AVSession establishes a connection between the provider and controller in the cross-de…
65 …lications that need to be played in the background must be connected to AVSession and background t…