Hello Everyone,
I am working currently on a video player based on media foundation.
I was wondering is there is something similar to IBasicVideo (from DirectShow) available in MF. It would be way easier that to query for all the information that I need.
It is also easy to obtain: IGraphBuilder.QueryInterface(&m_pIBasicVideo);
Some examples would be: get_VIdeoHeight, get_VideoWidth, and others.
Regards,
Alin