Xbox One UWP HDMI In

Ttracing90 21 Reputation points
2020-08-23T15:44:02.067+00:00

Hi there,

Ive had an idea for an XBOX one app, which requires the HDMI input too be resized diffrently to the Oneguide Display size, and repositioned on the screen. I'am currently working with Viz Studio 2019 and have run out of ideas?

Is there a solution to writing an App in UWP which would allow this function?

Developer technologies | Universal Windows Platform (UWP)
{count} votes

Accepted answer
  1. Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
    2020-08-31T07:16:24.283+00:00

    Hello,

    Welcome to Microsoft Q&A.

    According to the results of our discussion, what you need is the "picture in picture" function provided by UWP, which can turn the current application window into a small window on top.

    Usage

    ApplicationView.GetForCurrentView().TryEnterViewModeAsync(ApplicationViewMode.CompactOverlay);  
    

    For obtaining HDMI-related information, you can refer to this document: HdmiDisplayInformation.

    Thanks.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.