TvInteractiveAppService.Session.SetVideoBounds(Rect) Method

Definition

Sets broadcast video bounds.

[Android.Runtime.Register("setVideoBounds", "(Landroid/graphics/Rect;)V", "GetSetVideoBounds_Landroid_graphics_Rect_Handler", ApiSince=33)]
public virtual void SetVideoBounds (Android.Graphics.Rect rect);
[<Android.Runtime.Register("setVideoBounds", "(Landroid/graphics/Rect;)V", "GetSetVideoBounds_Landroid_graphics_Rect_Handler", ApiSince=33)>]
abstract member SetVideoBounds : Android.Graphics.Rect -> unit
override this.SetVideoBounds : Android.Graphics.Rect -> unit

Parameters

rect
Rect
Attributes

Remarks

Sets broadcast video bounds.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.setVideoBounds(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