Skip to content

Conversation

@JSUYA
Copy link
Member

@JSUYA JSUYA commented Nov 22, 2022

Add feature to support external output in common profile.
The eom API only supports elm_win. So TizenWindowElementary supports this.
Currently, only HDMI type is available.
It can be extended according to the requirements of the Common profile.

https://docs.tizen.org/application/native/guides/device/ext-output/

+)
How to map input device.

  1. Check to input event node.
    $) winfo -input_devices
  2. Set to input and output event node
    $) winfo -input_output_set [input(ex./dev/input/eventX)] [output(ex.HDMIA-1)]

related pr : flutter-tizen/flutter-tizen#465

Add feature to support external output in common profile.
The eom API only supports elm_win. So TizenWindowElementary supports this.
Currently, only HDMI type is available.
It can be extended according to the requirements of the Common profile.

https://docs.tizen.org/application/native/guides/device/ext-output/
}

eom_ret =
eom_set_output_attribute(ext_output_id_, EOM_OUTPUT_ATTRIBUTE_EXCLUSIVE);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know what this attribute is meant for? The guide says that EOM_OUTPUT_ATTRIBUTE_NORMAL is the best option for most applications.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right. I modified it to NORMAL

Copy link
Member

@swift-kim swift-kim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good to me.

JSUYA and others added 3 commits November 22, 2022 18:00
@JSUYA JSUYA merged commit 2f6ee56 into flutter-tizen:master Nov 23, 2022
@JSUYA JSUYA mentioned this pull request Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants