TvView.TvInputCallback.OnVideoFreezeUpdated(String, Boolean) 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 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.
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.