Om  1.0.0
A universal framework for multimedia simulation
Public Member Functions | List of all members
om::compression::CompressionSettings Class Reference

A class that contains settings for how data should be compressed. More...

#include <omCompressionSettings.h>

Public Member Functions

 CompressionSettings ()
 Create a new compression settings object with the default settings. More...
 
Float getCompression () const
 Return the compression amount between 0 (no compression) and 1 (maximum compression). More...
 
void setCompression (Float newCompression)
 Set the compression amount between 0 (no compression) and 1 (maximum compression). More...
 

Detailed Description

A class that contains settings for how data should be compressed.

Constructor & Destructor Documentation

om::compression::CompressionSettings::CompressionSettings ( )
inline

Create a new compression settings object with the default settings.

Member Function Documentation

Float om::compression::CompressionSettings::getCompression ( ) const
inline

Return the compression amount between 0 (no compression) and 1 (maximum compression).

void om::compression::CompressionSettings::setCompression ( Float  newCompression)
inline

Set the compression amount between 0 (no compression) and 1 (maximum compression).


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