C# Class System.Html.Media.Audio.NotifyAudioAvailableEvent

Inheritance: Event
Exibir arquivo Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
NotifyAudioAvailableEvent System.Collections.TypedArrays

Public Methods

Method Description
InitAudioAvailableEvent ( string type, bool canBubble, bool cancelable, double frameBuffer, int frameBufferLength, double time, bool allowAudioData ) : void

Private Methods

Method Description
NotifyAudioAvailableEvent ( ) : System.Collections.TypedArrays

Method Details

InitAudioAvailableEvent() public method

public InitAudioAvailableEvent ( string type, bool canBubble, bool cancelable, double frameBuffer, int frameBufferLength, double time, bool allowAudioData ) : void
type string
canBubble bool
cancelable bool
frameBuffer double
frameBufferLength int
time double
allowAudioData bool
return void