ReactOS 0.4.16-dev-340-g0540c21
|
Public Member Functions | |
HRESULT | SetSourcePosition ([in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height) |
HRESULT | GetSourcePosition ([out] LONG *pLeft, [out] LONG *pTop, [out] LONG *pWidth, [out] LONG *pHeight) |
HRESULT | SetDefaultSourcePosition () |
HRESULT | SetDestinationPosition ([in] LONG Left, [in] LONG Top, [in] LONG Width, [in] LONG Height) |
HRESULT | GetDestinationPosition ([out] LONG *pLeft, [out] LONG *pTop, [out] LONG *pWidth, [out] LONG *pHeight) |
HRESULT | SetDefaultDestinationPosition () |
HRESULT | GetVideoSize ([out] LONG *pWidth, [out] LONG *pHeight) |
HRESULT | GetVideoPaletteEntries ([in] LONG StartIndex, [in] LONG Entries, [out] LONG *pRetrieved, [out, size_is(Entries), length_is(*pRetrieved)] LONG *pPalette) |
HRESULT | GetCurrentImage ([in, out] LONG *pBufferSize, [out, size_is(*pBufferSize), length_is(*pBufferSize)] LONG *pDIBImage) |
HRESULT | IsUsingDefaultSource () |
HRESULT | IsUsingDefaultDestination () |
Public Member Functions inherited from IDispatch | |
HRESULT | GetTypeInfoCount ([out] UINT *pctinfo) |
HRESULT | GetTypeInfo ([in] UINT iTInfo, [in] LCID lcid, [out] ITypeInfo **ppTInfo) |
HRESULT | GetIDsOfNames ([in] REFIID riid, [in, size_is(cNames)] LPOLESTR *rgszNames, [in] UINT cNames, [in] LCID lcid, [out, size_is(cNames)] DISPID *rgDispId) |
HRESULT | Invoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] WORD wFlags, [in, out] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *puArgErr) |
HRESULT | RemoteInvoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] DWORD dwFlags, [in] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *pArgErr, [in] UINT cVarRef, [in, size_is(cVarRef)] UINT *rgVarRefIdx, [in, out, size_is(cVarRef)] VARIANTARG *rgVarRef) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Properties | |
REFTIME | AvgTimePerFrame [get] |
LONG | BitRate [get] |
LONG | BitErrorRate [get] |
LONG | VideoWidth [get] |
LONG | VideoHeight [get] |
LONG | SourceLeft [get, set] |
LONG | SourceWidth [get, set] |
LONG | SourceTop [get, set] |
LONG | SourceHeight [get, set] |
LONG | DestinationLeft [get, set] |
LONG | DestinationWidth [get, set] |
LONG | DestinationTop [get, set] |
LONG | DestinationHeight [get, set] |
Additional Inherited Members | |
Public Types inherited from IDispatch | |
typedef IDispatch * | LPDISPATCH |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Attributes inherited from IDispatch | |
const DISPID | DISPID_UNKNOWN = -1 |
const DISPID | DISPID_VALUE = 0 |
const DISPID | DISPID_PROPERTYPUT = -3 |
const DISPID | DISPID_NEWENUM = -4 |
const DISPID | DISPID_EVALUATE = -5 |
const DISPID | DISPID_CONSTRUCTOR = -6 |
const DISPID | DISPID_DESTRUCTOR = -7 |
const DISPID | DISPID_COLLECT = -8 |
Definition at line 138 of file control.idl.
HRESULT QuartzTypeLib::IBasicVideo::GetCurrentImage | ( | [in, out] LONG * | pBufferSize, |
[out, size_is(*pBufferSize), length_is(*pBufferSize)] LONG * | pDIBImage | ||
) |
HRESULT QuartzTypeLib::IBasicVideo::GetDestinationPosition | ( | [out] LONG * | pLeft, |
[out] LONG * | pTop, | ||
[out] LONG * | pWidth, | ||
[out] LONG * | pHeight | ||
) |
HRESULT QuartzTypeLib::IBasicVideo::GetSourcePosition | ( | [out] LONG * | pLeft, |
[out] LONG * | pTop, | ||
[out] LONG * | pWidth, | ||
[out] LONG * | pHeight | ||
) |
HRESULT QuartzTypeLib::IBasicVideo::GetVideoPaletteEntries | ( | [in] LONG | StartIndex, |
[in] LONG | Entries, | ||
[out] LONG * | pRetrieved, | ||
[out, size_is(Entries), length_is(*pRetrieved)] LONG * | pPalette | ||
) |
HRESULT QuartzTypeLib::IBasicVideo::IsUsingDefaultDestination | ( | ) |
HRESULT QuartzTypeLib::IBasicVideo::IsUsingDefaultSource | ( | ) |
HRESULT QuartzTypeLib::IBasicVideo::SetDefaultDestinationPosition | ( | ) |
HRESULT QuartzTypeLib::IBasicVideo::SetDefaultSourcePosition | ( | ) |
HRESULT QuartzTypeLib::IBasicVideo::SetDestinationPosition | ( | [in] LONG | Left, |
[in] LONG | Top, | ||
[in] LONG | Width, | ||
[in] LONG | Height | ||
) |
HRESULT QuartzTypeLib::IBasicVideo::SetSourcePosition | ( | [in] LONG | Left, |
[in] LONG | Top, | ||
[in] LONG | Width, | ||
[in] LONG | Height | ||
) |
|
get |
|
get |
|
get |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
|
get |