Open GoogleCodeExporter opened 9 years ago
A PropertyPage showing inputs for the parameters of the
[IMediaParams](http://msdn.microsoft.com/en-us/library/windows/desktop/dd406971(
v=vs.85).aspx) and
[IMediaParamInfo](http://msdn.microsoft.com/en-us/library/windows/desktop/dd4069
64(v=vs.85).aspx) would be the way to go.
Maybe in a first step only showing the available parameters and in a second
step implementing Inputs for the parameters and their type (MPT_INT, MPT_FLOAT,
MPT_BOOL, MPT_ENUM)
Original comment by cgraef...@gmail.com
on 12 Dec 2013 at 2:54
[deleted comment]
Sounds good. Perhaps some of the properties in IMediaObject should be exposed
too.
Haven't found a way to identify which DMO has been wrapped by the DMO wrapper
filter. The only getters in IMediaObject interface are for the input and output
streams.
Original comment by mike.cop...@gmail.com
on 12 Dec 2013 at 3:15
Updated by r286 :
Update issue #202 : Fix display of DMO quality control property page
(IDMOQualityControl)
Original comment by mike.cop...@gmail.com
on 12 Dec 2013 at 10:57
Original comment by mike.cop...@gmail.com
on 12 Dec 2013 at 11:58
I am working on this one.
adding IMediaParams/IMediaParamInfo property page, as well as many others.
I think standard tree/grid (prop_tree.h) needs to be enhanced to support
inplace editing of values (combo-box or spin-edit respecting type, range and
stepping).
Original comment by tomskside
on 14 Jul 2014 at 11:12
Original issue reported on code.google.com by
mike.cop...@gmail.com
on 12 Dec 2013 at 2:37