C# Class Unosquare.FFmpegMediaElement.MediaPlaybackException

Represents an error that occurs during media playback or during a seek operation.
Inheritance: System.Exception
ファイルを表示 Open project: bbougot/Popcorn

Public Methods

Method Description
MediaPlaybackException ( string component, MediaPlaybackErrorCode errorCode, string message ) : System

Method Details

MediaPlaybackException() public method

public MediaPlaybackException ( string component, MediaPlaybackErrorCode errorCode, string message ) : System
component string
errorCode MediaPlaybackErrorCode
message string
return System