TvInteractiveAppView.TvInteractiveAppCallback.OnSetVideoBounds メソッド

定義

これは、 が呼び出されたときに TvInteractiveAppService.Session#setVideoBounds(Rect) 呼び出されます。

[Android.Runtime.Register("onSetVideoBounds", "(Ljava/lang/String;Landroid/graphics/Rect;)V", "GetOnSetVideoBounds_Ljava_lang_String_Landroid_graphics_Rect_Handler", ApiSince=33)]
public virtual void OnSetVideoBounds (string iAppServiceId, Android.Graphics.Rect rect);
[<Android.Runtime.Register("onSetVideoBounds", "(Ljava/lang/String;Landroid/graphics/Rect;)V", "GetOnSetVideoBounds_Ljava_lang_String_Landroid_graphics_Rect_Handler", ApiSince=33)>]
abstract member OnSetVideoBounds : string * Android.Graphics.Rect -> unit
override this.OnSetVideoBounds : string * Android.Graphics.Rect -> unit

パラメーター

iAppServiceId
String

このビューにバインドされたテレビ対話型アプリ サービスの ID。

rect
Rect
属性

注釈

の Java ドキュメント android.media.tv.interactive.TvInteractiveAppView.TvInteractiveAppCallback.onSetVideoBounds(java.lang.String, android.graphics.Rect)

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

適用対象