sskodje / ScreenRecorderLib

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.
MIT License
414 stars 94 forks source link

Set the border's color around of the recording DisplayOverlay #285

Closed tamasbito99 closed 5 months ago

tamasbito99 commented 8 months ago

Would it be possible to change the yellow border around the current DisplayOverlays? (For example change it to red color just like in Skype.)

It would also be great if this border could be placed around the DisplayRecordingSource passed in the RecordingSourceBase.

aqibbanday commented 8 months ago

I don't think the border can be changed, you can instead try deaktopduplication method

sskodje commented 8 months ago

If you mean the yellow border that is shown around windows or screens, that is a Windows feature to let the user show what is being recorded, and not part of this library. I don't know what skype does, but I don't think you can change it's color.