Add Video-Width Property #176
@@ -427,6 +427,7 @@ public partial class StreamService
|
|||||||
PixelFormat = videoInfo?.PixelFormat,
|
PixelFormat = videoInfo?.PixelFormat,
|
||||||
Profile = videoInfo?.Profile,
|
Profile = videoInfo?.Profile,
|
||||||
Type = MediaStreamType.Video,
|
Type = MediaStreamType.Video,
|
||||||
|
Width = videoInfo?.Width,
|
||||||
},
|
},
|
||||||
new()
|
new()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user