MediaTroubleshootingDataReportedEventArgs.QualityOfExperienceContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.