Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Windows Store apps only
Adds or removes a subscription to AdaptiveSourceFailedEvent events. Those events fire when the adaptive source has failed.
Syntax
public event AdaptiveSourceFailedEventHandler AdaptiveSourceFailedEvent
public:
virtual event AdaptiveSourceFailedEventHandler^ AdaptiveSourceFailedEvent {
void add (AdaptiveSourceFailedEventHandler^ value);
void remove (AdaptiveSourceFailedEventHandler^ value);
}
Event information
Delegate |
Remarks
Subscribing to events at the AdaptiveSourceManager level means that all AdaptiveSourceFailedEvent events from all AdaptiveSource objects will be handled by this event handler. If you want to differentiate the AdaptiveSources, you need to get the AdaptiveSource.Uri or listen to individual events under each AdaptiveSources object.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Not Supported |
Metadata |
Microsoft.Media.AdaptiveStreaming.winmd |