TvView.TvInputCallback.OnVideoFreezeUpdated(String, Boolean) Method

Definition

This is called when the video freeze status is updated.

[Android.Runtime.Register("onVideoFreezeUpdated", "(Ljava/lang/String;Z)V", "GetOnVideoFreezeUpdated_Ljava_lang_String_ZHandler", ApiSince=36)]
public virtual void OnVideoFreezeUpdated(string inputId, bool isFrozen);
[<Android.Runtime.Register("onVideoFreezeUpdated", "(Ljava/lang/String;Z)V", "GetOnVideoFreezeUpdated_Ljava_lang_String_ZHandler", ApiSince=36)>]
abstract member OnVideoFreezeUpdated : string * bool -> unit
override this.OnVideoFreezeUpdated : string * bool -> unit

Parameters

inputId
String

The ID of the TV input bound to this view.

isFrozen
Boolean

Whether or not the video is currently frozen on the las

Attributes

Remarks

This is called when the video freeze status is updated.

Java documentation for android.media.tv.TvView.TvInputCallback.onVideoFreezeUpdated(java.lang.String, boolean).

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