C# Class System.Html.Media.MediaStreamEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
MediaStreamEvent System.Runtime.CompilerServices

Public Methods

Method Description
MediaStreamEvent ( string type ) : System.Runtime.CompilerServices
MediaStreamEvent ( string type, MediaStreamEventInit eventInitDict ) : System.Runtime.CompilerServices

Private Methods

Method Description
MediaStreamEvent ( ) : System.Runtime.CompilerServices

Method Details

MediaStreamEvent() public method

public MediaStreamEvent ( string type ) : System.Runtime.CompilerServices
type string
return System.Runtime.CompilerServices

MediaStreamEvent() public method

public MediaStreamEvent ( string type, MediaStreamEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict MediaStreamEventInit
return System.Runtime.CompilerServices