Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
IAMVideoProcAmp::Get
The Get method retrieves retrieves the current setting of a video property.
Syntax
HRESULT Get( long Property, long *lValue, long *Flags );
Parameters
Property
[in] Specifies the property to retrieve, as a value from the VideoProcAmpProperty enumeration.
lValue
[out] Pointer to a variable that receives the value of the property.
Flags
[out] Pointer to a variable that receives a member of the VideoProcAmpFlags enumeration. The returned value indicates whether the setting is controlled manually or automatically.
Return Values
Returns an HRESULT value. Possible values include the following.
| Return code | Description | 
| S_OK | No error. | 
| E_POINTER | Null pointer argument. | 
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also