Share via


TvInteractiveAppView.SendCurrentVideoBounds(Rect) Method

Definition

Sends current video bounds to related TV interactive app.

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

Parameters

bounds
Rect

the rectangle area for rendering the current video.

Attributes

Remarks

Sends current video bounds to related TV interactive app.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.sendCurrentVideoBounds(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