MediaSourceOpenOperationCompletedEventArgs
MediaSourceOpenOperationCompletedEventArgs
MediaSourceOpenOperationCompletedEventArgs
MediaSourceOpenOperationCompletedEventArgs
Class
Definition
Provides data for the MediaSource.MediaSourceOpenOperationCompleted event.
public : sealed class MediaSourceOpenOperationCompletedEventArgs : IMediaSourceOpenOperationCompletedEventArgspublic sealed class MediaSourceOpenOperationCompletedEventArgs : IMediaSourceOpenOperationCompletedEventArgsPublic NotInheritable Class MediaSourceOpenOperationCompletedEventArgs Implements IMediaSourceOpenOperationCompletedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Get an instance of this class by handling the MediaSource.MediaSourceOpenOperationCompleted event.
Properties
Error Error Error Error
Represents the error that occurred while asynchronously opening the MediaSource.
public : MediaSourceError Error { get; }public MediaSourceError Error { get; }Public ReadOnly Property Error As MediaSourceError// You can use this property in JavaScript.
The error that occurred while asynchronously opening the MediaSource.