How our software plays a media file
Posted: 23 March 2018, 10:46
Our software uses DirectShow to play the media files.
DirectShow reads natively some media files.
With special format media files, DirectShow uses codecs to read them.
https://en.wikipedia.org/wiki/DirectShow
ScreenControl (our media player) offers the possibility to chose the renderer (right click in the window and select the menu "Properties").
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
To know
Windows Media Player uses also Directshow to read the media files.
The used renderer depends of the OS.
DirectShow reads natively some media files.
With special format media files, DirectShow uses codecs to read them.
https://en.wikipedia.org/wiki/DirectShow
ScreenControl (our media player) offers the possibility to chose the renderer (right click in the window and select the menu "Properties").
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
To know
Windows Media Player uses also Directshow to read the media files.
The used renderer depends of the OS.