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

[Question] How FFmpegInterop work with MediaPlayer & MediaPlaybackList & MediaBinder API in UWP app? #232

Closed HppZ closed 5 years ago

khouzam commented 6 years ago

Hi @HppZ

FFmpegInterop provides a MediaStreamSource which can be used to instantiate a MediaSource using the MediaSource::CreateFromMediaStreamSource API. This will let you use FFmpegInterop with MediaPlayer and the other APIs that use a MediaSource.