MMMFVideoPixelAspectRatioCustomCommandImplementor Class Reference

class MMMFVideoPixelAspectRatioCustomCommandImplementor

Mixin class to be derived from controller plug-ins that could support setting and getting the pixel aspect ratio for video recording.

Member Functions Documentation

MvparGetPixelAspectRatioL(TVideoAspectRatio &)

voidMvparGetPixelAspectRatioL(TVideoAspectRatio &aAspectRatio)[pure virtual]

Gets the current pixel aspect ratio.

Parameters

TVideoAspectRatio & aAspectRatioThe current pixel aspect ratio.

MvparGetSupportedPixelAspectRatiosL(RArray< TVideoAspectRatio > &)

voidMvparGetSupportedPixelAspectRatiosL(RArray< TVideoAspectRatio > &aAspectRatios)[pure virtual]

Gets the list of supported pixel aspect ratios.

Parameters

RArray< TVideoAspectRatio > & aAspectRatiosThe list of supported pixel aspect ratios.

MvparSetPixelAspectRatioL(const TVideoAspectRatio &)

voidMvparSetPixelAspectRatioL(const TVideoAspectRatio &aAspectRatio)[pure virtual]

Sets the pixel aspect ratio.

Parameters

const TVideoAspectRatio & aAspectRatioThe pixel aspect ratio to use.