class MP3WriterQoSDescription

MP3 Writer QoS Description. More...

Full nameCoral::MP3WriterQoSDescription
Definition#include <mp3writerqosdescription.h>
InheritsCoral::MP3QoSDescription
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This is the QoS description of a trace, extended by methods for MP3 resource/utilization calculation. These overwrite the ones which are used for calculating utilization from the trace file by the ones which use a new configuration. This is necessary to update the utilization of the file.

 MP3WriterQoSDescription (const TraceConfiguration* traceConfiguration)

Constructor.

Parameters:
traceConfigurationConfiguration.

double  calculateUtilizationForLayerBandwidths (const double frameRate, const cardinal layers, const cardinal* bandwidth)

[const]

Implementation of AbstractQoSDescription's calculateUtilizationForLayerBandwidths().

Reimplemented from TraceQoSDescription.