TvInteractiveAppService.Session.MediaViewEnabled Property
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.
Returns true
if media view is enabled, false
otherwise. -or- Enables or disables the media view.
public virtual bool MediaViewEnabled { [Android.Runtime.Register("isMediaViewEnabled", "()Z", "GetIsMediaViewEnabledHandler", ApiSince=33)] get; [Android.Runtime.Register("setMediaViewEnabled", "(Z)V", "GetSetMediaViewEnabled_ZHandler", ApiSince=33)] set; }
[<get: Android.Runtime.Register("isMediaViewEnabled", "()Z", "GetIsMediaViewEnabledHandler", ApiSince=33)>]
[<set: Android.Runtime.Register("setMediaViewEnabled", "(Z)V", "GetSetMediaViewEnabled_ZHandler", ApiSince=33)>]
member this.MediaViewEnabled : bool with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns true
if media view is enabled, false
otherwise.
Property setter documentation:
Enables or disables the media view.
By default, the media view is disabled. Must be called explicitly after the session is created to enable the media view.
The TV Interactive App service can disable its media view when needed.
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.