microsoft / FFmpegInterop

This is a code sample to make it easier to use FFmpeg in Windows applications.
Apache License 2.0
1.29k stars 310 forks source link

MSFT: 31595456 - Add MediaStreamSource.Closed event handler #280

Closed brbeec closed 3 years ago

brbeec commented 3 years ago

This change adds a MediaStreamSource.Closed event handler to the FFmpegInteropMSS. This enables us to free resources as soon as possible instead of waiting until destruction.