C# Class System.Media.Recording.MediaRecorder

Inheritance: System.Html.EventTarget
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
MediaRecorder System.Html

Méthodes publiques

Méthode Description
AddEventListener ( MediaRecorderEvents type, Action listener ) : void
AddEventListener ( MediaRecorderEvents type, Action listener, bool capture ) : void
AddEventListener ( MediaRecorderEvents type, HtmlEventHandler listener ) : void
AddEventListener ( MediaRecorderEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( MediaRecorderEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( MediaRecorderEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( MediaRecorderEvents type, IEventListener listener ) : void
AddEventListener ( MediaRecorderEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
MediaRecorder ( MediaStream stream ) : System.Html
MediaRecorder ( MediaStream stream, MediaRecorderOptions options ) : System.Html
Pause ( ) : void
RemoveEventListener ( MediaRecorderEvents type, Action listener ) : void
RemoveEventListener ( MediaRecorderEvents type, Action listener, bool capture ) : void
RemoveEventListener ( MediaRecorderEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( MediaRecorderEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( MediaRecorderEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( MediaRecorderEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( MediaRecorderEvents type, IEventListener listener ) : void
RemoveEventListener ( MediaRecorderEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RequestData ( ) : void
Resume ( ) : void
Start ( ) : void
Start ( int timeSlice ) : void
Stop ( ) : void

Private Methods

Méthode Description
MediaRecorder ( ) : System.Html

Method Details

AddEventListener() public méthode

public AddEventListener ( MediaRecorderEvents type, Action listener ) : void
type MediaRecorderEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( MediaRecorderEvents type, Action listener, bool capture ) : void
type MediaRecorderEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( MediaRecorderEvents type, HtmlEventHandler listener ) : void
type MediaRecorderEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( MediaRecorderEvents type, HtmlEventHandler listener, bool capture ) : void
type MediaRecorderEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( MediaRecorderEvents type, HtmlEventHandlerWithTarget listener ) : void
type MediaRecorderEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( MediaRecorderEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type MediaRecorderEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( MediaRecorderEvents type, IEventListener listener ) : void
type MediaRecorderEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( MediaRecorderEvents type, IEventListener listener, bool capture ) : void
type MediaRecorderEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

MediaRecorder() public méthode

public MediaRecorder ( MediaStream stream ) : System.Html
stream System.Html.Media.MediaStream
Résultat System.Html

MediaRecorder() public méthode

public MediaRecorder ( MediaStream stream, MediaRecorderOptions options ) : System.Html
stream System.Html.Media.MediaStream
options MediaRecorderOptions
Résultat System.Html

Pause() public méthode

public Pause ( ) : void
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( MediaRecorderEvents type, Action listener ) : void
type MediaRecorderEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( MediaRecorderEvents type, Action listener, bool capture ) : void
type MediaRecorderEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( MediaRecorderEvents type, HtmlEventHandler listener ) : void
type MediaRecorderEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( MediaRecorderEvents type, HtmlEventHandler listener, bool capture ) : void
type MediaRecorderEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( MediaRecorderEvents type, HtmlEventHandlerWithTarget listener ) : void
type MediaRecorderEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( MediaRecorderEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type MediaRecorderEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( MediaRecorderEvents type, IEventListener listener ) : void
type MediaRecorderEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( MediaRecorderEvents type, IEventListener listener, bool capture ) : void
type MediaRecorderEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RequestData() public méthode

public RequestData ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Start() public méthode

public Start ( int timeSlice ) : void
timeSlice int
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void