/AWS1/CL_CNTAUDIOQUALITYMETI00¶
Contains information for score and potential quality issues for Audio
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_qualityscore TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
Number measuring the estimated quality of the media connection.
it_potentialqualityissues TYPE /AWS1/CL_CNTPOTENTIALAUDIOQU00=>TT_POTENTIALAUDIOQUALITYISSUES TT_POTENTIALAUDIOQUALITYISSUES¶
List of potential issues causing degradation of quality on a media connection. If the service did not detect any potential quality issues the list is empty.
Valid values:
HighPacketLoss|HighRoundTripTime|HighJitterBuffer
Queryable Attributes¶
QualityScore¶
Number measuring the estimated quality of the media connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUALITYSCORE() |
Getter for QUALITYSCORE |
ASK_QUALITYSCORE() |
Getter for QUALITYSCORE w/ exceptions if field has no value |
STR_QUALITYSCORE() |
String format for QUALITYSCORE |
PotentialQualityIssues¶
List of potential issues causing degradation of quality on a media connection. If the service did not detect any potential quality issues the list is empty.
Valid values:
HighPacketLoss|HighRoundTripTime|HighJitterBuffer
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POTENTIALQUALITYISSUES() |
Getter for POTENTIALQUALITYISSUES, with configurable default |
ASK_POTENTIALQUALITYISSUES() |
Getter for POTENTIALQUALITYISSUES w/ exceptions if field has |
HAS_POTENTIALQUALITYISSUES() |
Determine if POTENTIALQUALITYISSUES has a value |