TvView.SetVideoFrozen(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.
Sets whether or not the video is frozen.
[Android.Runtime.Register("setVideoFrozen", "(Z)V", "GetSetVideoFrozen_ZHandler", ApiSince=36)]
public virtual void SetVideoFrozen(bool isFrozen);
[<Android.Runtime.Register("setVideoFrozen", "(Z)V", "GetSetVideoFrozen_ZHandler", ApiSince=36)>]
abstract member SetVideoFrozen : bool -> unit
override this.SetVideoFrozen : bool -> unit
Parameters
- isFrozen
- Boolean
whether or not the video is frozen.
- Attributes
Remarks
Sets whether or not the video is frozen. While the video is frozen, audio playback will continue.
This should be invoked after a TvInteractiveAppService.Session#requestCommand is received with the command to freeze the video.
This will freeze the video to the last frame when the state is set to true.
Java documentation for android.media.tv.TvView.setVideoFrozen(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.