-
Notifications
You must be signed in to change notification settings - Fork 8
Add external output support #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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); |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this 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.
Co-authored-by: Swift Kim <[email protected]>
Co-authored-by: Swift Kim <[email protected]>
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.
$) winfo -input_devices
$) winfo -input_output_set [input(ex./dev/input/eventX)] [output(ex.HDMIA-1)]
related pr : flutter-tizen/flutter-tizen#465