TvView.TvInputCallback.OnVideoSizeChanged(String, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is invoked when the video size has been changed.
[Android.Runtime.Register("onVideoSizeChanged", "(Ljava/lang/String;II)V", "GetOnVideoSizeChanged_Ljava_lang_String_IIHandler")]
public virtual void OnVideoSizeChanged (string? inputId, int width, int height);
[<Android.Runtime.Register("onVideoSizeChanged", "(Ljava/lang/String;II)V", "GetOnVideoSizeChanged_Ljava_lang_String_IIHandler")>]
abstract member OnVideoSizeChanged : string * int * int -> unit
override this.OnVideoSizeChanged : string * int * int -> unit
Parameters
- inputId
- String
The ID of the TV input bound to this view.
- width
- Int32
The width of the video.
- height
- Int32
The height of the video.
- Attributes
Remarks
This is invoked when the video size has been changed. It is also called when the first time video size information becomes available after this view is tuned to a specific channel.
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.