Using IqualProp in C# -


i want develop tool assess quality of video. did r&d on , found interface called "iqualprop", part of directshow api. not trying sample code in c# on how use interface, not finding anywhere. there samples in c++ use "iqualprop", not in c#. on great.

iqualprop iqp = your_obj iqualprop; 

after doing can access properties of interface.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -