IAMVideoCompression Interface
|
![]() ![]() ![]() |
|
pszVersion
|
[out] Pointer to a version string, such as "Version 2.1.0".
|
pcbVersion
|
[in, out] Size needed for a version string. Pointer to the number of bytes in the Unicode string, not the number of characters, so it must be twice the number of characters the string can hold. Call with this set to NULL to retrieve the current size.
|
pszDescription
|
[out] Pointer to a camera description.
|
pcbDescription
|
[in, out] Size needed for a description string. Pointer to the number of bytes in the Unicode string, not the number of characters, so it must be twice the number of characters the string can hold. Call with this set to NULL to retrieve the current size.
|
|
S_OK
|
Success
|
E_FAIL
|
Failure.
|
E_INVALIDARG
|
Invalid argument.
|
|
|
|