AppBroadcastBackgroundServiceStreamInfo.ReportProblemWithStream Method

Definition

Notifies the system that a problem with the broadcast stream has been detected.

public:
 virtual void ReportProblemWithStream() = ReportProblemWithStream;
void ReportProblemWithStream();
public void ReportProblemWithStream();
function reportProblemWithStream()
Public Sub ReportProblemWithStream ()

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Media.Capture.AppBroadcastContract (introduced in v2.0)

Remarks

The may be a problem with the broadcast stream if the FrameId of an audio or video frame is not an increment of 1 from the previous frame.

Applies to