class MPEGWriterQoSDescription

MPEG Writer QoS Description. More...

Full nameCoral::MPEGWriterQoSDescription
Definition#include <mpegwriterqosdescription.h>
InheritsCoral::MPEGQoSDescription
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 MPEG 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.

 MPEGWriterQoSDescription (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.