version 3.3

VRS::VideoCompressor Class Reference

#include <vrs/image/avimaker.h>

Inheritance diagram for VRS::VideoCompressor:

VRS::SharedObj VRS::Visitable

List of all members.

Public Member Functions

 ~VideoCompressor ()
bool supportsQuality ()
 returns true, if the compressor supports a general compression quality.
int getQuality ()
 Returns the compression quality.
void setQuality (int quality)

Friends

class AVIMaker


Detailed Description

Class representing a video codec for compressing AVI files. Use AVIMaker::availableCompressors() and AVIMaker::getCompressor() for creating instances of this class.

Constructor & Destructor Documentation

VRS::VideoCompressor::~VideoCompressor (  ) 


Member Function Documentation

bool VRS::VideoCompressor::supportsQuality (  ) 

returns true, if the compressor supports a general compression quality.

int VRS::VideoCompressor::getQuality (  ) 

Returns the compression quality.

void VRS::VideoCompressor::setQuality ( int  quality  ) 

Sets the compression quality. The quality must be in the range [0, 100].


Friends And Related Function Documentation

friend class AVIMaker [friend]


The documentation for this class was generated from the following file:

Generated on Wed May 22 06:00:23 2013 by Doxygen 1.5.6
© 2001-2010 Hasso-Plattner-Institut | Impressum | Contact