Method | Description | |
---|---|---|
AddAudioEffect ( [ effectID, [ effectOptional, [ effectConfiguration ) : void | ||
AddVideoEffect ( [ effectID, [ effectOptional, [ effectConfiguration ) : void | ||
CanPlayType ( [ type ) : MediaCanPlayResponse | ||
GetAudioStreamLanguage ( [ |
||
MediaElement ( ) : System | ||
Pause ( ) : void | ||
Play ( ) : void | ||
RemoveAllEffects ( ) : void | ||
SetSource ( [ stream, [ mimeType ) : void | ||
Stop ( ) : void |
public AddAudioEffect ( [ effectID, [ effectOptional, [ effectConfiguration ) : void | ||
effectID | [ | |
effectOptional | [ | |
effectConfiguration | [ | |
return | void |
public AddVideoEffect ( [ effectID, [ effectOptional, [ effectConfiguration ) : void | ||
effectID | [ | |
effectOptional | [ | |
effectConfiguration | [ | |
return | void |
public CanPlayType ( [ type ) : MediaCanPlayResponse | ||
type | [ | |
return | MediaCanPlayResponse |
public GetAudioStreamLanguage ( [ |
||
index | [ |
|
return | string |
public SetSource ( [ stream, [ mimeType ) : void | ||
stream | [ | |
mimeType | [ | |
return | void |