TvInteractiveAppService.Session.OnCurrentVideoBounds(Rect) Method

Definition

Receives current video bounds.

[Android.Runtime.Register("onCurrentVideoBounds", "(Landroid/graphics/Rect;)V", "GetOnCurrentVideoBounds_Landroid_graphics_Rect_Handler", ApiSince=34)]
public virtual void OnCurrentVideoBounds (Android.Graphics.Rect bounds);
[<Android.Runtime.Register("onCurrentVideoBounds", "(Landroid/graphics/Rect;)V", "GetOnCurrentVideoBounds_Landroid_graphics_Rect_Handler", ApiSince=34)>]
abstract member OnCurrentVideoBounds : Android.Graphics.Rect -> unit
override this.OnCurrentVideoBounds : Android.Graphics.Rect -> unit

Parameters

bounds
Rect

the rectangle area for rendering the current video.

Attributes

Remarks

Receives current video bounds.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.onCurrentVideoBounds(android.graphics.Rect).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to