Edit

Share via


MediaTroubleshootingDataReportedEventArgs.QualityOfExperienceContent Property

Definition

Gets the quality of experience content. This property can return null if quality of experience content is not available.

public:
 property Microsoft::Rtc::Signaling::ContentDescription ^ QualityOfExperienceContent { Microsoft::Rtc::Signaling::ContentDescription ^ get(); };
public Microsoft.Rtc.Signaling.ContentDescription QualityOfExperienceContent { get; }
member this.QualityOfExperienceContent : Microsoft.Rtc.Signaling.ContentDescription
Public ReadOnly Property QualityOfExperienceContent As ContentDescription

Property Value

Remarks

The content-type of the content indicates the type of report. For example, the content type "application/vq-rtcpxr+xml" for Quality of Experience (QoE) monitoring data. For more information, see http://msdn.microsoft.com/en-us/library/cc431512.aspx Note that this data is release-dependent and the schema is subject to change from release to release of the UCMA platform. This data is provided for debugging purpose only.

Applies to