InCallService.VideoCall.SetDisplaySurface(Surface) メソッド

定義

リモート デバイスから受信したビデオを表示するために使用するサーフェスを設定します。

[Android.Runtime.Register("setDisplaySurface", "(Landroid/view/Surface;)V", "GetSetDisplaySurface_Landroid_view_Surface_Handler", ApiSince=23)]
public abstract void SetDisplaySurface (Android.Views.Surface? surface);
[<Android.Runtime.Register("setDisplaySurface", "(Landroid/view/Surface;)V", "GetSetDisplaySurface_Landroid_view_Surface_Handler", ApiSince=23)>]
abstract member SetDisplaySurface : Android.Views.Surface -> unit

パラメーター

surface
Surface

Surface

属性

注釈

リモート デバイスから受信したビデオを表示するために使用するサーフェスを設定します。

によって処理されます Connection.VideoProvider#onSetDisplaySurface(Surface)

の Java ドキュメント android.telecom.InCallService.VideoCall.setDisplaySurface(android.view.Surface)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象