Add Video-Width Property #176

Merged
martenumberto merged 2 commits from fix/video-with-null into master 2025-04-21 19:20:11 +00:00

View File

@@ -427,6 +427,7 @@ public partial class StreamService
PixelFormat = videoInfo?.PixelFormat,
Profile = videoInfo?.Profile,
Type = MediaStreamType.Video,
Width = videoInfo?.Width,
},
new()
{