diff --git a/Media Blocks SDK/MAUI/RTSPViewer/App.xaml b/Media Blocks SDK/MAUI/RTSPViewer/App.xaml new file mode 100644 index 0000000000..c9c543c1a3 --- /dev/null +++ b/Media Blocks SDK/MAUI/RTSPViewer/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/Media Blocks SDK/MAUI/RTSPViewer/App.xaml.cs b/Media Blocks SDK/MAUI/RTSPViewer/App.xaml.cs new file mode 100644 index 0000000000..e4a022870c --- /dev/null +++ b/Media Blocks SDK/MAUI/RTSPViewer/App.xaml.cs @@ -0,0 +1,12 @@ +namespace RTSPViewer +{ + public partial class App : Application + { + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } + } +} diff --git a/Media Blocks SDK/MAUI/RTSPViewer/AppShell.xaml b/Media Blocks SDK/MAUI/RTSPViewer/AppShell.xaml new file mode 100644 index 0000000000..d16b210519 --- /dev/null +++ b/Media Blocks SDK/MAUI/RTSPViewer/AppShell.xaml @@ -0,0 +1,15 @@ + + + + + + diff --git a/Media Blocks SDK/MAUI/RTSPViewer/AppShell.xaml.cs b/Media Blocks SDK/MAUI/RTSPViewer/AppShell.xaml.cs new file mode 100644 index 0000000000..2552ec3404 --- /dev/null +++ b/Media Blocks SDK/MAUI/RTSPViewer/AppShell.xaml.cs @@ -0,0 +1,10 @@ +namespace RTSPViewer +{ + public partial class AppShell : Shell + { + public AppShell() + { + InitializeComponent(); + } + } +} diff --git a/Media Blocks SDK/MAUI/RTSPViewer/MainPage.xaml b/Media Blocks SDK/MAUI/RTSPViewer/MainPage.xaml new file mode 100644 index 0000000000..52e52303ca --- /dev/null +++ b/Media Blocks SDK/MAUI/RTSPViewer/MainPage.xaml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +