Create types for player & view

This commit is contained in:
2026-04-09 12:52:54 +02:00
parent c71c8fb8f9
commit e1e2fa3f3b
70 changed files with 3499 additions and 369 deletions
+14 -2
View File
@@ -9,10 +9,22 @@
"androidCxxLibName": "Omni"
},
"autolinking": {
"Omni": {
"OmniView": {
"android": {
"language": "kotlin",
"implementationClassName": "HybridOmni"
"implementationClassName": "OmniView"
}
},
"OmniPlayer": {
"android": {
"language": "kotlin",
"implementationClassName": "OmniPlayer"
}
},
"OmniPlayerFactory": {
"android": {
"language": "kotlin",
"implementationClassName": "OmniPlayerFactory"
}
}
},