C# Class System.Media.Recording.RecordErrorEvent

Inheritance: System.Html.Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
RecordErrorEvent System.Html

Public Methods

Method Description
RecordErrorEvent ( string type ) : System.Html
RecordErrorEvent ( string type, RecordErrorEventInit eventInitDict ) : System.Html

Private Methods

Method Description
RecordErrorEvent ( ) : System.Html

Method Details

RecordErrorEvent() public method

public RecordErrorEvent ( string type ) : System.Html
type string
return System.Html

RecordErrorEvent() public method

public RecordErrorEvent ( string type, RecordErrorEventInit eventInitDict ) : System.Html
type string
eventInitDict RecordErrorEventInit
return System.Html