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 &)

void MvparGetPixelAspectRatioL ( TVideoAspectRatio & aAspectRatio ) [pure virtual]

Gets the current pixel aspect ratio.

Parameters

TVideoAspectRatio & aAspectRatio The current pixel aspect ratio.

MvparGetSupportedPixelAspectRatiosL(RArray< TVideoAspectRatio > &)

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

Gets the list of supported pixel aspect ratios.

Parameters

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

MvparSetPixelAspectRatioL(const TVideoAspectRatio &)

void MvparSetPixelAspectRatioL ( const TVideoAspectRatio & aAspectRatio ) [pure virtual]

Sets the pixel aspect ratio.

Parameters

const TVideoAspectRatio & aAspectRatio The pixel aspect ratio to use.