List of all members.
Member Function Documentation
virtual bool eLynx::Math::CopyTransform::IsSupported |
( |
EResolution |
iDestination, |
|
|
EResolution |
iSource |
|
) |
| const [virtual] |
Check if the transformation is supported from a resolution to another one.
- Parameters:
-
iDestination | the resolution of the destination. |
iSource | the resolution of the source. |
- Returns:
- if the convertion is available.
Implements eLynx::Math::IMapTransform.
virtual bool eLynx::Math::CopyTransform::Transform |
( |
void * |
iprDst, |
|
|
EResolution |
iDestination, |
|
|
const void * |
iprSrc, |
|
|
EResolution |
iSource, |
|
|
size_t |
iSize |
|
) |
| const [virtual] |
Transform a source buffer to a destination buffer, changing the resolution.
- Parameters:
-
iprDst | pointer on the destination buffer. |
iDestination | the resolution of the destination. |
iprSrc | pointer on the source buffer. |
iSource | the resolution of the source. |
iSize | the size of the buffer in samples. |
- Returns:
- The method return status.
Implements eLynx::Math::IMapTransform.
The documentation for this class was generated from the following file: