| class MMMFVideoPixelAspectRatioCustomCommandImplementor |
Mixin class to be derived from controller plug-ins that could support setting and getting the pixel aspect ratio for video recording.
| Public Member Functions | |
|---|---|
| void | MvparGetPixelAspectRatioL ( TVideoAspectRatio &) |
| void | MvparGetSupportedPixelAspectRatiosL ( RArray < TVideoAspectRatio > &) |
| void | MvparSetPixelAspectRatioL (const TVideoAspectRatio &) |
| void | MvparGetPixelAspectRatioL | ( | TVideoAspectRatio & | aAspectRatio | ) | [pure virtual] |
Gets the current pixel aspect ratio.
| TVideoAspectRatio & aAspectRatio | The current pixel aspect ratio. |
| void | MvparGetSupportedPixelAspectRatiosL | ( | RArray < TVideoAspectRatio > & | aAspectRatios | ) | [pure virtual] |
Gets the list of supported pixel aspect ratios.
| RArray < TVideoAspectRatio > & aAspectRatios | The list of supported pixel aspect ratios. |
| void | MvparSetPixelAspectRatioL | ( | const TVideoAspectRatio & | aAspectRatio | ) | [pure virtual] |
Sets the pixel aspect ratio.
| const TVideoAspectRatio & aAspectRatio | The pixel aspect ratio to use. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.