List of all members.
Public Member Functions |
|
virtual | ~IMapTransform () |
| | virtual destructor
|
| virtual bool | IsSupported (EResolution iDestination, EResolution iSource) const =0 |
| | Check if the transformation is supported from a resolution to another one.
|
| virtual bool | Transform (void *iprDst, EResolution iDestination, const void *iprSrc, EResolution iSource, size_t iSize) const =0 |
| | Transform a source buffer to a destination buffer, changing the resolution.
|
Member Function Documentation
| virtual bool eLynx::Math::IMapTransform::IsSupported |
( |
EResolution |
iDestination, |
|
|
EResolution |
iSource |
|
) |
| const [pure 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.
Implemented in eLynx::Math::CopyTransform, and eLynx::Math::MidtoneTransform.
| virtual bool eLynx::Math::IMapTransform::Transform |
( |
void * |
iprDst, |
|
|
EResolution |
iDestination, |
|
|
const void * |
iprSrc, |
|
|
EResolution |
iSource, |
|
|
size_t |
iSize |
|
) |
| const [pure 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.
Implemented in eLynx::Math::CopyTransform, and eLynx::Math::MidtoneTransform.
The documentation for this class was generated from the following file: