Add Video-Width Property #176
@@ -419,6 +419,7 @@ public partial class StreamService
|
|||||||
ColorRange = videoInfo?.ColorRange,
|
ColorRange = videoInfo?.ColorRange,
|
||||||
ColorSpace = videoInfo?.ColorSpace,
|
ColorSpace = videoInfo?.ColorSpace,
|
||||||
ColorTransfer = videoInfo?.ColorTransfer,
|
ColorTransfer = videoInfo?.ColorTransfer,
|
||||||
|
Width = videoInfo?.Width,
|
||||||
Height = videoInfo?.Height,
|
Height = videoInfo?.Height,
|
||||||
Index = videoInfo?.Index ?? -1,
|
Index = videoInfo?.Index ?? -1,
|
||||||
IsAVC = videoInfo?.IsAVC,
|
IsAVC = videoInfo?.IsAVC,
|
||||||
|
Reference in New Issue
Block a user