TvInteractiveAppService.Session.OnSurfaceChanged(Int32, Int32, Int32) 方法

定义

在对传入 #onSetSurface的图面进行任何结构更改(格式或大小)后调用。

[Android.Runtime.Register("onSurfaceChanged", "(III)V", "GetOnSurfaceChanged_IIIHandler", ApiSince=33)]
public virtual void OnSurfaceChanged (int format, int width, int height);
[<Android.Runtime.Register("onSurfaceChanged", "(III)V", "GetOnSurfaceChanged_IIIHandler", ApiSince=33)>]
abstract member OnSurfaceChanged : int * int * int -> unit
override this.OnSurfaceChanged : int * int * int -> unit

参数

format
Int32

图面的新增 PixelFormat 功能。

width
Int32

图面的新宽度。

height
Int32

图面的新高度。

属性

注解

在对传入 #onSetSurface的图面进行任何结构更改(格式或大小)后调用。 使用非 null 图面调用后 #onSetSurface ,此方法始终至少调用一次。

适用于 . 的 android.media.tv.interactive.TvInteractiveAppService.Session.onSurfaceChanged(int, int, int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于