CallControl.StartCallStreaming(IExecutor, IOutcomeReceiver) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La demande démarre une session de diffusion en continu d’appels.
[Android.Runtime.Register("startCallStreaming", "(Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "", ApiSince=34)]
public void StartCallStreaming(Java.Util.Concurrent.IExecutor executor, Android.OS.IOutcomeReceiver callback);
[<Android.Runtime.Register("startCallStreaming", "(Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "", ApiSince=34)>]
member this.StartCallStreaming : Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit
Paramètres
- executor
- IExecutor
Sur Executor lequel le OutcomeReceiver rappel sera appelé.
- callback
- IOutcomeReceiver
qui sera terminé côté Télécommunications qui détaille la réussite ou l’échec de l’opération demandée.
<code data-dev-comment-type="c">OutcomeReceiver#onResult</code> will be called if Telecom has successfully
started the call streaming.
<code data-dev-comment-type="c">OutcomeReceiver#onError</code> will be called if Telecom has failed to
start the call streaming. A <code data-dev-comment-type="c">CallException</code> will be passed that
details why the operation failed.
- Attributs
Remarques
La demande démarre une session de diffusion en continu d’appels. Lors de la réception d’une demande valide, telecom est lié à l’implémentation CallStreamingService par un expéditeur de diffusion en continu d’appels généraux. Ainsi, l’expéditeur de diffusion en continu d’appels peut diffuser en continu l’audio de l’appareil local vers un autre appareil distant et contrôler l’appel pendant la diffusion en continu.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.